From f3728963c81a951808fb7da9cbdeb8ffe93e0859 Mon Sep 17 00:00:00 2001
From: Colin DAMON <cdamon@ippon.fr>
Date: Sun, 26 Jul 2020 16:43:28 +0200
Subject: [PATCH] Keep coverrage reports in artifacts

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

diff --git a/.gitlab-common-ci.yml b/.gitlab-common-ci.yml
index b1a37c43..1edcbf29 100644
--- a/.gitlab-common-ci.yml
+++ b/.gitlab-common-ci.yml
@@ -22,6 +22,8 @@ cache:
   artifacts:
     reports:
       junit: $PROJECT_FOLDER/target/surefire-reports/TEST-*.xml
+    paths:
+      - $PROJECT_FOLDER/target/site/jacoco
     expire_in: 1 day
   only:
     refs:
-- 
GitLab