From d28cdf5a30da2c73fd981c7a91e3e0f6519a7abd Mon Sep 17 00:00:00 2001
From: asetGem <amandine.perrin@pasteur.fr>
Date: Fri, 30 Jul 2021 13:43:27 +0200
Subject: [PATCH] try coverage report with unit tests

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f3feda71..8ba36e6a 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -139,7 +139,7 @@ coverage:
     - pwd
     - ls -la
     - ls -la /builds/EKrQxjEy/0/aperrin/pipeline_annotation/PanACoTA
-    - mv .coverage-unit .coverage
+    - mv .coverage-functional .coverage
     - coverage html
     - ls -la
     - coverage combine .coverage-unit .coverage-functional
-- 
GitLab