diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d3fb17eee1f42eb621614b8567dc12635dbb73a8..7ae207bf7a2192f631de6e1e35414b3e4626737c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -99,7 +99,7 @@ half_fat_tests:
 
   script:
     - cd $CI_PROJECT_DIR/tests/unit/coordinator/
-    - python3 -m coverage run -m run_rest_suite.py $CI_PROJECT_DIR/test_reports
+    - t $CI_PROJECT_DIR/test_reports
     - python -m coverage report
     - python -m coverage html -d $CI_PROJECT_DIR/coverage
 #    - cd $CI_PROJECT_DIR/tests/integration/partial/
diff --git a/tests/integration/partial/run_tests.sh b/tests/integration/partial/run_tests.sh
index d0980bf2993ee4da1b59b1f9500e29b58e7f5742..4c57e09c0b0b853b6691516cb84dafbedb12ecd1 100755
--- a/tests/integration/partial/run_tests.sh
+++ b/tests/integration/partial/run_tests.sh
@@ -21,8 +21,9 @@ export PYTHONPATH=$PYTHONPATH:$flagdir:$epimodel:$advisory:$met_processing:$met_
 
 echo $PYTHONPATH
 
-python3 -m unittest test_advisory.py
-python3 -m unittest test_deposition.py
-python3 -m unittest test_env_suit.py
-python3 -m unittest test_epi.py
-python3 -m unittest test_survey.py
\ No newline at end of file
+python3 -m coverage run run_test_suite.py
+#python3 -m unittest test_advisory.py
+#python3 -m unittest test_deposition.py
+#python3 -m unittest test_env_suit.py
+#python3 -m unittest test_epi.py
+#python3 -m unittest test_survey.py