From f763fa147f723b691a2d059b1135375720ec5b26 Mon Sep 17 00:00:00 2001
From: asetGem <amandine.perrin@pasteur.fr>
Date: Fri, 30 Jul 2021 14:05:26 +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 fd1cd061..1bc4d9ba 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -116,7 +116,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 html
+    - coverage report
     # - mv .coverage .coverage-functional
   artifacts:
     paths:
-- 
GitLab