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

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 92d7ed843..cd8aa0584 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -85,6 +85,14 @@ build-maven-job:
   artifacts:
     when: always
     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"
     reports:
       junit:
         - "*/target/surefire-reports/TEST-*.xml"
-- 
GitLab