diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 60023684ce704318caf4e41a615d9c16d3753c12..5babf43f90e8331259901adf05f6483c2cf74d9f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -80,10 +80,10 @@ half_fat_tests:
   script:
     - cd $CI_PROJECT_DIR/tests/integration/partial/
     - python3 -m coverage run run_test_suite.py $CI_PROJECT_DIR/test_reports
-    - python3 -m coverage run -m unittest test_advisory.py
-    - python3 -m coverage run -m unittest test_deposition.py
-    - python3 -m coverage run -m unittest test_env_suit.py
-    - python3 -m coverage run -m unittest test_survey.py
+#    - python3 -m coverage run -m unittest test_advisory.py
+#    - python3 -m coverage run -m unittest test_deposition.py
+#    - python3 -m coverage run -m unittest test_env_suit.py
+#    - python3 -m coverage run -m unittest test_survey.py
     - python3 -m coverage report
     - python3 -m coverage html -d $CI_PROJECT_DIR/coverage
 #    - ls