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

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c585b20ba..f7d668481 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -82,11 +82,11 @@ build-maven-job:
     - echo "Compiling the code..."
     - mvn clean verify
     - echo "Compile complete."
+  after_script:
+    - cat smp-aggregator/target/site/jacoco-aggregate/index.html | grep -o '<tfoot>.*</tfoot>'
   artifacts:
     when: always
     expire_in: 1 week
-    after_script:
-      - cat smp-aggregator/target/site/jacoco-aggregate/index.html | grep -o '<tfoot>.*</tfoot>'
     paths:
       - "target/site"
       - "*/target/site"
-- 
GitLab