From 11f8ceef44f6311a3e6a06b5266983521aa22ecb Mon Sep 17 00:00:00 2001
From: asetGem <amandine.perrin@pasteur.fr>
Date: Sun, 1 Aug 2021 21:06:48 +0200
Subject: [PATCH] show dir files before cov report

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e27b7bc0..1aa57dd9 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -140,6 +140,7 @@ coverage:
   script:
     - pwd
     - coverage combine .coverage.unit .coverage.functional
+    - ls -la
     # - mv .coverage.functional .coverage  # only func coverage for now
     - coverage report -i
     - coverage html -i
-- 
GitLab