From 14a1cb134b523b27e51775b4981c32d7e04c05a7 Mon Sep 17 00:00:00 2001 From: Colin DAMON <cdamon@ippon.fr> Date: Sun, 26 Jul 2020 16:53:16 +0200 Subject: [PATCH] Update artifact names --- .gitlab-common-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-common-ci.yml b/.gitlab-common-ci.yml index 79ea79eb..ce6c17fa 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/" -- GitLab