diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 76ece08beb223a5df4df30ee9fea842c4223eecb..805bcebc07bef8640c202ea4c1287f517f7b4d30 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -55,6 +55,8 @@ test:
   script:
     - cd $CI_PROJECT_DIR/tests/unit/coordinator/
     - python3 -m coverage run -m unittest example_test.py
+    - python -m coverage report
+    - python -m coverage html -d $CI_PROJECT_DIR/coverage
     - cd $CI_PROJECT_DIR/tests/integration
 #    - python3 -m coverage run -m unittest test_deposition.py
 #    - python3 -m unittest test_deposition.py