diff --git a/test/test_parameters_aquacrop.toml b/test/test_parameters_aquacrop.toml
index 8e190113005226c818683618181e1c74bdfc46dc..ea20c00492de997dfbb79018b226afe29cefbea6 100644
--- a/test/test_parameters_aquacrop.toml
+++ b/test/test_parameters_aquacrop.toml
@@ -25,6 +25,7 @@ mapdirectory = "." # the directory in which all geographic data are stored
 mapresolution = 10 # map resolution in meters
 landcovermap = "landcover_jena.tif" # location of the landcover map
 farmfieldsmap = "fields_jena.tif" # location of the field geometry map
+soiltypesmap = "soil_jena.tif" # name of the soil type map in the map directory
 weatherfile = "weather_jena.csv" # location of the weather data file
 
 [farm]