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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"