Commit 00a3d2cf authored by Jan Kiene's avatar Jan Kiene
Browse files

debug printout + add html out to artifacts

parent 1f50bfb3
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -247,6 +247,7 @@ stages:
    - unzip artifacts.zip -d previous_artifacts
    # This wildcard thingy relies on only one csv file being present per job
    - file_previous="previous_artifacts/mld--ivas-pytest-mld-long-dec-$id_previous--sha-*.csv"
    - ls ci
    - python3 ci/basop-pages/create_report_pages.py index.html mld.csv $file_previous $CI_JOB_ID $id_previous $CI_JOB_NAME

    - if [ $zero_errors != 1 ]; then echo "Run errors encountered!"; exit $EXIT_CODE_FAIL; fi
@@ -264,6 +265,7 @@ stages:
      - report-junit.xml
      - report.html
      - mld.csv
      - index.html
    expose_as: "pytest mld results"
    reports:
      junit: