Commit 5da65b66 authored by norvell's avatar norvell
Browse files

Update .gitlab-ci.yml

parent 6769fa6a
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -931,7 +931,7 @@ ivas-pytest-on-merge-request:

    ### run pytest
    - exit_code=0
    - testcase_timeout=60
    - testcase_timeout=600
    - python3 -m pytest $TESTS_DIR_CODEC_BE_ON_MR -v --use_ltv --html=report.html --self-contained-html --junit-xml=report-junit.xml --testcase_timeout=$testcase_timeout || exit_code=$?
    - zero_errors=$(cat report-junit.xml | grep -c 'errors="0"') || true