Loading .gitlab-ci.yml +4 −2 Original line number Diff line number Diff line Loading @@ -408,12 +408,14 @@ codec-comparison-on-main-push: exit_codes: - 123 artifacts: name: "main-push--sha-$CI_COMMIT_SHORT_SHA--stage-$CI_JOB_STAGE--results" when: always paths: - test_output.txt - scripts/test/logs - scripts/ref/logs - scripts/test/logs/ - scripts/ref/logs/ - report-junit.xml expose_as: 'Results of comparison to previous merge commit' reports: junit: report-junit.xml Loading Loading
.gitlab-ci.yml +4 −2 Original line number Diff line number Diff line Loading @@ -408,12 +408,14 @@ codec-comparison-on-main-push: exit_codes: - 123 artifacts: name: "main-push--sha-$CI_COMMIT_SHORT_SHA--stage-$CI_JOB_STAGE--results" when: always paths: - test_output.txt - scripts/test/logs - scripts/ref/logs - scripts/test/logs/ - scripts/ref/logs/ - report-junit.xml expose_as: 'Results of comparison to previous merge commit' reports: junit: report-junit.xml Loading