From fab7bcd4e6f7ebd51f5a6943cd1a2f152903b718 Mon Sep 17 00:00:00 2001
From: asetGem <amandine.perrin@pasteur.fr>
Date: Fri, 30 Jul 2021 13:23:33 +0200
Subject: [PATCH] problem with coverage report in CI

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a2cca87e..57d31231 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -138,9 +138,9 @@ coverage:
     - pwd
     - ls -la
     - ls /builds/EKrQxjEy/1/aperrin/pipeline_annotation/PanACoTA
-    - mv .coverage-unit .coverage
+    - mv .coverage-functional .coverage
     - coverage html
-    - ls -la PanACoTA
+    - ls -la
     - coverage combine .coverage-unit .coverage-functional
     - ls -la
     - coverage report
-- 
GitLab