Commit 395a85ad authored by norvell's avatar norvell
Browse files

Move reports up such that they are found by gitlab

parent 1a41bfdb
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1278,6 +1278,8 @@ ivas-conformance:
    - cd testvec    
    - exit_code=0    
    - python3 -m pytest conformance-test/test_26252.py --encoder_path bin/IVAS_cod --decoder_path bin/IVAS_dec --renderer_path bin/IVAS_rend --junit-xml=report-junit.xml --html=report.html --self-contained-html || exit_code=$?
    - mv report.html ..
    - mv report-junit.xml ..
    - zero_errors=$(cat report-junit.xml | grep -c 'errors="0"') || true
    - *merge-request-comparison-check