diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2e0697f26493529642dc90e552ebe07481ee83f6..50d198a0d2adc6fb3acf1632c330f0e45b9a2da4 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -89,10 +89,14 @@ unit-test-ubuntu:
     # - py.test test/test_unit/test_align -vx
     - py.test test/test_unit/test_tree -xv
     - coverage report
+    - coverage html
+    - mv htmlcov/index.html myindex
+    - more myindex
     - mv .coverage .coverage.unit
   artifacts:
     paths:
       - .coverage.unit
+      - myindex
     expire_in: 1 hour
 
 
@@ -143,6 +147,7 @@ coverage:
     - pip3 install -r requirements-dev.txt
   script:
     - pwd
+    - more myindex
     - more htmlcov/index.html
     - coverage combine .coverage.unit .coverage.functional
     - ls -la