Skip to content
Snippets Groups Projects
Commit 14a1cb13 authored by Colin DAMON's avatar Colin DAMON
Browse files

Update artifact names

parent f0985fd7
No related branches found
No related tags found
1 merge request!12Resolve "Mutualise java build"
...@@ -12,7 +12,7 @@ cache: ...@@ -12,7 +12,7 @@ cache:
.java: .java:
image: maven:3.6.3-jdk-14 image: maven:3.6.3-jdk-14
stage: build stage: build
tags: tags:
- docker - docker
before_script: before_script:
- cd $PROJECT_FOLDER - cd $PROJECT_FOLDER
...@@ -25,6 +25,7 @@ cache: ...@@ -25,6 +25,7 @@ cache:
junit: $PROJECT_FOLDER/target/surefire-reports/TEST-*.xml junit: $PROJECT_FOLDER/target/surefire-reports/TEST-*.xml
paths: paths:
- $PROJECT_FOLDER/target/site/jacoco - $PROJECT_FOLDER/target/site/jacoco
name: "$PROJECT_FOLDER-report"
expire_in: 1 day expire_in: 1 day
only: only:
refs: refs:
...@@ -34,4 +35,4 @@ cache: ...@@ -34,4 +35,4 @@ cache:
- ".gitlab-ci.yml" - ".gitlab-ci.yml"
- ".gitlab-common-ci.yml" - ".gitlab-common-ci.yml"
- "$PROJECT_FOLDER/**/*" - "$PROJECT_FOLDER/**/*"
coverage: '/([^%]+) %covered/' coverage: "/([^%]+) %covered/"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment