diff --git a/integration-tests/templates/datastore_server_yeastx/etc/service.properties b/integration-tests/templates/datastore_server_yeastx/etc/service.properties
index a98e1347de360e2e528ab9d54ea76f348f06cd5c..0ab94cdd21c0f14ef7d26e32fb720239aa7d10d7 100644
--- a/integration-tests/templates/datastore_server_yeastx/etc/service.properties
+++ b/integration-tests/templates/datastore_server_yeastx/etc/service.properties
@@ -52,6 +52,39 @@ download-url = https://localhost:8444
 # SMTP properties (must start with 'mail' to be considered). 
 mail.smtp.host = file://${root}
 
+yeastx-databaseEngineCode = postgresql
+yeastx-basicDatabaseName = metabol
+yeastx-databaseKind = dev
+
+# ------------------------
+
+# Comma separated names of reporting plugins. Each plugin should have configuration properties prefixed with its name.
+reporting-plugins = eicml-chromatograms-reporter, eicml-runs-reporter
+
+# Label of the plugin which will be shown for the users.
+eicml-chromatograms-reporter.label = Show eicML chromatograms
+# Comma separated list of dataset type codes which can be handled by this plugin.
+eicml-chromatograms-reporter.dataset-types = EICML
+# Plugin class specification (together with the list of packages this class belongs to).
+eicml-chromatograms-reporter.class = ch.systemsx.cisd.yeastx.eicml.EICMLChromatogramsReporter
+# The property file. Its content will be passed as a parameter to the plugin.
+eicml-chromatograms-reporter.properties-file = 
+eicml-chromatograms-reporter.database.databaseEngineCode = ${yeastx-databaseEngineCode}
+eicml-chromatograms-reporter.database.basicDatabaseName = ${yeastx-basicDatabaseName}
+eicml-chromatograms-reporter.database.databaseKind = ${yeastx-databaseKind}
+
+# Label of the plugin which will be shown for the users.
+eicml-runs-reporter.label = Show eicML runs
+# Comma separated list of dataset type codes which can be handled by this plugin.
+eicml-runs-reporter.dataset-types = EICML
+# Plugin class specification (together with the list of packages this class belongs to).
+eicml-runs-reporter.class = ch.systemsx.cisd.yeastx.eicml.EICMLRunsReporter
+# The property file. Its content will be passed as a parameter to the plugin.
+eicml-runs-reporter.properties-file = 
+eicml-runs-reporter.database.databaseEngineCode = ${yeastx-databaseEngineCode}
+eicml-runs-reporter.database.basicDatabaseName = ${yeastx-basicDatabaseName}
+eicml-runs-reporter.database.databaseKind = ${yeastx-databaseKind}
+
 # ------------------------
 
 # The period of no write access that needs to pass before an incoming data item is considered 
@@ -86,10 +119,6 @@ sample-name-property-code = samplename
 experiment-name-property-code = name
 file-name-property-code = file_name
 
-yeastx-databaseEngineCode = postgresql
-yeastx-basicDatabaseName = metabol
-yeastx-databaseKind = dev
-
 gain-write-access-script = ../datastore_server_yeastx/takeCifsOwnershipRecursive.sh
 
 main-thread.dataset-handler = ch.systemsx.cisd.yeastx.etl.BatchDataSetHandler