Commit f3658ca2 authored by Tapani Pihlajakuja's avatar Tapani Pihlajakuja
Browse files

Improves name of the artifact download package.

parent ddf41f88
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -135,7 +135,7 @@ codec-smoke-test:
    - if cat smoke_test_output.txt | grep -c "failed"; then echo "Smoke test without PLC failed"; exit 1; fi
    - if cat smoke_test_output_plc.txt | grep -c "failed"; then echo "Smoke test with PLC failed"; exit 1; fi
  artifacts:
    name: "$CI_JOB_STAGE-$CI_COMMIT_REF_NAME-results"
    name: "mr-$CI_MERGE_REQUEST_IID--sha-CI_COMMIT_SHORT_SHA--stage-CI_JOB_STAGE--results"
    paths:
      - out/logs/
      - smoke_test_output.txt
@@ -253,7 +253,7 @@ self-test-on-merge-request:
    exit_codes:
      - 123
  artifacts:
    name: "$CI_JOB_STAGE-$CI_COMMIT_REF_NAME-results"
    name: "mr-$CI_MERGE_REQUEST_IID--sha-CI_COMMIT_SHORT_SHA--stage-CI_JOB_STAGE--results"
    when: always
    paths:
      - test_output.txt