Commit b82334eb authored by Jan Kiene's avatar Jan Kiene
Browse files

fix pytest calls

parent ff8e2a3e
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ format-switching-compare-test:
    - git checkout $CI_COMMIT_SHORT_SHA
    - make clean
    - make -j IVAS_dec
    - python3 -m pytest tests/format_switching/test_format_switching.py --create_ref
    - python3 -m pytest tests/format_switching/test_format_switching.py --create_ref --ref_decoder_path ./IVAS_dec_ref
    - 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:
@@ -86,7 +86,7 @@ format-switching-sanitizers:
    - make -j IVAS_dec CLANG=$clang_num
    # TODO: for basop - ignorelist
    - export UBSAN_OPTIONS="suppressions=scripts/ubsan_basop.supp,report_error_type=1,print_stacktrace=1"
    - python3 -m pytest tests/format_switching/test_format_switching.py --create_ref --ref_encoder_path ./IVAS_dec
    - python3 -m pytest tests/format_switching/test_format_switching.py --create_ref --ref_decoder_path ./IVAS_dec
  timeout: "20 minutes"
  artifacts:
    paths: