Commit 2a5b5631 authored by Jan Kiene's avatar Jan Kiene
Browse files

fix artifacts

parent cde22561
Loading
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -450,6 +450,8 @@ stages:
    -   grep "FAILED" pytest_log.txt | sed 's/^FAILED //' | awk -F'::' '{print "\"" $1 "::" $2 "\"" }' > $FAILED_TESTCASES_LIST
    - fi

    - cat $FAILED_TESTCASES_LIST

    - exit $exit_code

  allow_failure:
@@ -462,12 +464,12 @@ stages:
    paths:
      - $XML_REPORT
      - $HTML_REPORT
      - $FAILED_TESTCASES_LIST
    expose_as: "pytest compare results"
    reports:
      junit:
        - $XML_REPORT_BRANCH
        - $XML_REPORT_MAIN
        - $FAILED_TESTCASES_LIST
        - $XML_REPORT
        - $XML_REPORT

.ivas-pytest-on-merge-request-anchor: &ivas-pytest-on-merge-request-anchor
  stage: test