Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -1217,7 +1217,7 @@ ivas-conformance: - python3 -m pytest -q -n auto tests/renderer/test_renderer.py --create_ref # Output creation - python3 -m pytest tests/codec_be_on_mr_nonselection tests/renderer/test_renderer.py -v -n auto --junit-xml=report-junit.xml --html=report.html --self-contained-html - python3 -m pytest tests/codec_be_on_mr_nonselection tests/renderer/test_renderer.py -v -n auto --create_cut --junit-xml=report-junit.xml --html=report.html --self-contained-html artifacts: name: "ivas-conformance-$CI_COMMIT_SHORT_SHA" Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -1217,7 +1217,7 @@ ivas-conformance: - python3 -m pytest -q -n auto tests/renderer/test_renderer.py --create_ref # Output creation - python3 -m pytest tests/codec_be_on_mr_nonselection tests/renderer/test_renderer.py -v -n auto --junit-xml=report-junit.xml --html=report.html --self-contained-html - python3 -m pytest tests/codec_be_on_mr_nonselection tests/renderer/test_renderer.py -v -n auto --create_cut --junit-xml=report-junit.xml --html=report.html --self-contained-html artifacts: name: "ivas-conformance-$CI_COMMIT_SHORT_SHA" Loading