Commit d1a7419b authored by norvell's avatar norvell
Browse files

Fix expose as artifacts name

parent 2c639832
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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