Skip to content
Snippets Groups Projects
Commit 23d83640 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

Merge branch '13-always-publish-tests-artifacts' into 'master'

fix(artifacts): always publish test artifacts

Closes #13

See merge request to-be-continuous/maven!19
parents d19bc626 3bcb0bc5
No related branches found
No related tags found
No related merge requests found
...@@ -469,6 +469,7 @@ mvn-build: ...@@ -469,6 +469,7 @@ mvn-build:
artifacts: artifacts:
name: "$CI_JOB_NAME artifacts from $CI_PROJECT_NAME on $CI_COMMIT_REF_SLUG" name: "$CI_JOB_NAME artifacts from $CI_PROJECT_NAME on $CI_COMMIT_REF_SLUG"
expire_in: 1 day expire_in: 1 day
when: always
reports: reports:
junit: junit:
- "**/target/*-reports/TEST-*.xml" - "**/target/*-reports/TEST-*.xml"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment