diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fe600e8f419409478698e66d0579c5ea2146b99c..bfc2b2a924361b1efa38d27998899cb8b629b1c4 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -117,12 +117,12 @@ 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
+    - mv .coverage .coverage.functional
     - coverage report
     - coverage html
-    #- mv .coverage .coverage.functional
   artifacts:
     paths:
-      - .coverage
+      - .coverage.functional
     expire_in: 1 hour