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