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