diff --git a/.gitlab-common-ci.yml b/.gitlab-common-ci.yml
index 79ea79ebf3451df93b7a998cca11d696c0eb6d0d..ce6c17fa429f5b8fadb64bc0757f65f67bbf6cfc 100644
--- a/.gitlab-common-ci.yml
+++ b/.gitlab-common-ci.yml
@@ -12,7 +12,7 @@ cache:
 .java:
   image: maven:3.6.3-jdk-14
   stage: build
-  tags: 
+  tags:
     - docker
   before_script:
     - cd $PROJECT_FOLDER
@@ -25,6 +25,7 @@ cache:
       junit: $PROJECT_FOLDER/target/surefire-reports/TEST-*.xml
     paths:
       - $PROJECT_FOLDER/target/site/jacoco
+    name: "$PROJECT_FOLDER-report"
     expire_in: 1 day
   only:
     refs:
@@ -34,4 +35,4 @@ cache:
       - ".gitlab-ci.yml"
       - ".gitlab-common-ci.yml"
       - "$PROJECT_FOLDER/**/*"
-  coverage: '/([^%]+) %covered/'
+  coverage: "/([^%]+) %covered/"