diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 66ebfeae7efc2a9aaa4498f598ef23cce78091bb..c74011876d381c3a68c328a774720c120362e957 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -136,12 +136,12 @@ coverage:
   before_script:
     - pip3 install -r requirements-dev.txt
   script:
+    - coverage html
     - ls -la
     - coverage erase
     - ls -la PanACoTA
     - coverage combine .coverage-unit .coverage-functional
     - ls -la
-    - coverage html -i
     - coverage report
     # test coverage parsing: \d+\%\s*$
     # or pytest-cov (Python): ^TOTAL.+?(\d+\%)$