From e7bba3ed66fcecb6489f0ce0627f58748f301f01 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20=20MENAGER?= <herve.menager@pasteur.fr>
Date: Tue, 14 Apr 2020 08:55:33 +0200
Subject: [PATCH] correct artifact mistake in pages task of CI

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 22770215..34b59796 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -78,9 +78,7 @@ pages:
     - 'mv ippisite/docs/build/html/ public/$CI_COMMIT_REF_NAME/'
   artifacts:
     paths:
-      - ippisite/htmlcov
-      - ippisite/docs/build/html
-    expire_in: 30 days
+      - public
 
 deploy-webserver-targetcentric:
   image: python:3.5
-- 
GitLab