diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2be0eea5dc677de72d02015be4317b441b576d94..dbc88c6d0e703e0bae2f21c2861d3939a0b195dd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -104,8 +104,8 @@ half_fat_tests:
 #    - 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
+    - python3 -m coverage report
+    - python3 -m coverage html -d $CI_PROJECT_DIR/coverage
 #    - ls
   artifacts:
     when: always