From 5852be45b2ec55bc0d3c1b2e2c1c8452dc3f9812 Mon Sep 17 00:00:00 2001
From: Amandine  PERRIN <amandine.perrin@pasteur.fr>
Date: Tue, 30 Oct 2018 11:59:43 +0100
Subject: [PATCH] Update .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 67644154..2ff9ed72 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -159,6 +159,8 @@ pages:
     - ls public/html-doc
     - mv html-doc public
     - ls public
+    - ls public/htmlcov
+    - ls public/html-doc
   artifacts:
     paths:
       - public
-- 
GitLab