Commit 9da73db4 authored by Jan Kiene's avatar Jan Kiene
Browse files

always store artifacts

parent b82334eb
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@ format-switching-smoke-test:
    - python3 -m pytest tests/format_switching/test_format_switching.py --html report.html --self-contained-html --junit-xml report.xml
  timeout: "20 minutes"
  artifacts:
    when: always
    paths:
      - report.html
      - report.xml
@@ -48,6 +49,7 @@ format-switching-compare-test:
    - python3 -m pytest tests/format_switching/test_format_switching.py --html report.html --self-contained-html --junit-xml report.xml --create_cut
  timeout: "20 minutes"
  artifacts:
    when: always
    paths:
      - report.html
      - report.xml
@@ -89,6 +91,7 @@ format-switching-sanitizers:
    - python3 -m pytest tests/format_switching/test_format_switching.py --create_ref --ref_decoder_path ./IVAS_dec
  timeout: "20 minutes"
  artifacts:
    when: always
    paths:
      - report.html
      - report.xml