Loading .gitlab-ci.yml +5 −3 Original line number Diff line number Diff line Loading @@ -137,7 +137,9 @@ codec-smoke-test: artifacts: name: "$CI_JOB_STAGE-$CI_COMMIT_REF_NAME-results" paths: - out/logs - out/logs/ - smoke_test_output.txt - smoke_test_output_plc.txt expose_as: 'Smoke test results' Loading Loading @@ -255,8 +257,8 @@ self-test-on-merge-request: when: always paths: - test_output.txt - scripts/test/logs - scripts/ref/logs - scripts/test/logs/ - scripts/ref/logs/ - report-junit.xml expose_as: 'Self test results' reports: Loading Loading
.gitlab-ci.yml +5 −3 Original line number Diff line number Diff line Loading @@ -137,7 +137,9 @@ codec-smoke-test: artifacts: name: "$CI_JOB_STAGE-$CI_COMMIT_REF_NAME-results" paths: - out/logs - out/logs/ - smoke_test_output.txt - smoke_test_output_plc.txt expose_as: 'Smoke test results' Loading Loading @@ -255,8 +257,8 @@ self-test-on-merge-request: when: always paths: - test_output.txt - scripts/test/logs - scripts/ref/logs - scripts/test/logs/ - scripts/ref/logs/ - report-junit.xml expose_as: 'Self test results' reports: Loading