Loading .gitlab-ci.yml +3 −3 Original line number Diff line number Diff line Loading @@ -520,10 +520,10 @@ pytest-compare-20ms-and-5ms-rendering: - pushd ivas-basop - make clean - make -j - popd ### prepare pytest - cp IVAS_cod IVAS_cod_ref - cp IVAS_dec IVAS_dec_ref - cp IVAS_cod ../IVAS_cod_ref - cp IVAS_dec ../IVAS_dec_ref - popd # create references - python3 -m pytest $TESTS_DIR_CODEC_BE_ON_MR -v --update_ref 1 ### run pytest Loading Loading
.gitlab-ci.yml +3 −3 Original line number Diff line number Diff line Loading @@ -520,10 +520,10 @@ pytest-compare-20ms-and-5ms-rendering: - pushd ivas-basop - make clean - make -j - popd ### prepare pytest - cp IVAS_cod IVAS_cod_ref - cp IVAS_dec IVAS_dec_ref - cp IVAS_cod ../IVAS_cod_ref - cp IVAS_dec ../IVAS_dec_ref - popd # create references - python3 -m pytest $TESTS_DIR_CODEC_BE_ON_MR -v --update_ref 1 ### run pytest Loading