Skip to content
Snippets Groups Projects

fix(artifacts): always publish test artifacts

Merged Cédric OLIVIER requested to merge 13-always-publish-tests-artifacts into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -469,6 +469,7 @@ mvn-build:
artifacts:
name: "$CI_JOB_NAME artifacts from $CI_PROJECT_NAME on $CI_COMMIT_REF_SLUG"
expire_in: 1 day
when: always
reports:
junit:
- "**/target/*-reports/TEST-*.xml"
Loading