Loading .gitlab-ci.yml +1 −2 Original line number Diff line number Diff line Loading @@ -1195,7 +1195,6 @@ test-be-to-release: ivas-conformance: tags: - ivas-linux-fast - test-ericsson-linux-runner stage: test timeout: "60 minutes" Loading Loading @@ -1278,7 +1277,7 @@ ivas-conformance: # Test run generated scripts in testvec - cd testvec - exit_code=0 - python3 -m pytest tests/test_26252.py --junit-xml=report-junit.xml --html=report.html --self-contained-html || exit_code=$? - python3 -m pytest tests/test_26252.py --junitxml=report-junit.xml --html=report.html --self-contained-html || exit_code=$? - zero_errors=$(cat report-junit.xml | grep -c 'errors="0"') || true - *merge-request-comparison-check Loading Loading
.gitlab-ci.yml +1 −2 Original line number Diff line number Diff line Loading @@ -1195,7 +1195,6 @@ test-be-to-release: ivas-conformance: tags: - ivas-linux-fast - test-ericsson-linux-runner stage: test timeout: "60 minutes" Loading Loading @@ -1278,7 +1277,7 @@ ivas-conformance: # Test run generated scripts in testvec - cd testvec - exit_code=0 - python3 -m pytest tests/test_26252.py --junit-xml=report-junit.xml --html=report.html --self-contained-html || exit_code=$? - python3 -m pytest tests/test_26252.py --junitxml=report-junit.xml --html=report.html --self-contained-html || exit_code=$? - zero_errors=$(cat report-junit.xml | grep -c 'errors="0"') || true - *merge-request-comparison-check Loading