From 249257bc05653a8306871168fcb2289bf40832f4 Mon Sep 17 00:00:00 2001
From: Joze RIHTARSIC <joze.RIHTARSIC@ext.ec.europa.eu>
Date: Thu, 13 Oct 2022 12:41:50 +0200
Subject: [PATCH] update gitlab CI file

---
 .gitlab-ci.yml | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cd8aa0584..c585b20ba 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -87,12 +87,9 @@ build-maven-job:
     expire_in: 1 week
     after_script:
       - cat smp-aggregator/target/site/jacoco-aggregate/index.html | grep -o '<tfoot>.*</tfoot>'
-    artifacts:
-      when: always
-      expire_in: 1 week
-      paths:
-        - "target/site"
-        - "*/target/site"
+    paths:
+      - "target/site"
+      - "*/target/site"
     reports:
       junit:
         - "*/target/surefire-reports/TEST-*.xml"
-- 
GitLab