Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -1667,14 +1667,14 @@ test-branch-vs-input-passthrough: - exit 0 artifacts: name: "$CI_JOB_NAME--sha-$CI_COMMIT_SHORT_SHA--results" name: "test-branch-vs-input-passthrough--sha-$CI_COMMIT_SHORT_SHA--results" when: always expire_in: 4 mos paths: - report-junit.xml - report.html - report.csv expose_as: "$CI_JOB_NAME results" expose_as: "test-branch-vs-input-passthrough results" reports: junit: - report-junit-ltv.xml Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -1667,14 +1667,14 @@ test-branch-vs-input-passthrough: - exit 0 artifacts: name: "$CI_JOB_NAME--sha-$CI_COMMIT_SHORT_SHA--results" name: "test-branch-vs-input-passthrough--sha-$CI_COMMIT_SHORT_SHA--results" when: always expire_in: 4 mos paths: - report-junit.xml - report.html - report.csv expose_as: "$CI_JOB_NAME results" expose_as: "test-branch-vs-input-passthrough results" reports: junit: - report-junit-ltv.xml Loading