Skip to content
Snippets Groups Projects
Commit 3bcb0bc5 authored by Cédric OLIVIER's avatar Cédric OLIVIER
Browse files

fix(artifacts): always publish test artifacts

parent d19bc626
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