From a36637c9f7f8568ccffe0f46ef323f3f33ab7ac7 Mon Sep 17 00:00:00 2001
From: asetGem <amandine.perrin@pasteur.fr>
Date: Fri, 30 Jul 2021 13:56:38 +0200
Subject: [PATCH] test not changing func test coverage filename

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index efd4df90..fd1cd061 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -117,7 +117,7 @@ func-test-ubuntu:
     # - py.test test/test_functional/test_all* -vx
     # - py.test test/test_functional/test_prepare* -vx
     - coverage html
-    - mv .coverage .coverage-functional
+    # - mv .coverage .coverage-functional
   artifacts:
     paths:
       - .coverage
-- 
GitLab