diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 068add6d22535d75e050597ee4173f093a9e071b..2a1b43bb52ce9a9cff388ddcfde121892aa2c20a 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -86,7 +86,7 @@ unit-test-ubuntu:
     - py.test test/test_unit/test_corepers -vx
     - py.test test/test_unit/test_align -vx
     - py.test test/test_unit/test_tree -xv
-    - coverage report
+    # - coverage report
     - mv .coverage .coverage.unit
   artifacts:
     paths:
@@ -115,7 +115,7 @@ func-test-ubuntu:
     - py.test test/test_functional/test_annote.py -xv
     - py.test test/test_functional/test_all* -vx
     - py.test test/test_functional/test_prepare* -vx
-    - coverage report
+    # - coverage report
     - mv .coverage .coverage.functional
   artifacts:
     paths: