diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b4090c7bfefbac701db8948152f223dfdb029c64..88e0fbc6b883db5681d11c2f9055522d31b21955 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -138,16 +138,9 @@ coverage:
   script:
     - pwd
     - ls -la
-    - ls -la /builds/EKrQxjEy/0/aperrin/pipeline_annotation/PanACoTA
-    - mv .coverage-unit .coverage
-    - coverage html
-    - mv .coverage .coverage-unit
-    - mv .coverage-functional .coverage
-    - coverage html
-    - ls -la
     - coverage combine .coverage-unit .coverage-functional
-    - ls -la
-    - coverage report
+    - coverage html -i
+    - coverage report -i
     # test coverage parsing: \d+\%\s*$
     # or pytest-cov (Python): ^TOTAL.+?(\d+\%)$
   artifacts: