Loading .gitlab-ci.yml +5 −1 Original line number Diff line number Diff line Loading @@ -1124,7 +1124,11 @@ test-long-self-test: - mv build-ref/IVAS_cod ./IVAS_cod_ref - mv build-ref/IVAS_dec ./IVAS_dec_ref ### prepare pytest, test is run using main branch scripts ### Switch back to branch, this could probably be removed later - git checkout $source_branch_commit_sha ### prepare pytest # Copy test vectors from LTV to TESTV - cp "$LTV_DIR"/*.wav scripts/testv/ - cp "$LTV_DIR"/*.met scripts/testv/ Loading Loading
.gitlab-ci.yml +5 −1 Original line number Diff line number Diff line Loading @@ -1124,7 +1124,11 @@ test-long-self-test: - mv build-ref/IVAS_cod ./IVAS_cod_ref - mv build-ref/IVAS_dec ./IVAS_dec_ref ### prepare pytest, test is run using main branch scripts ### Switch back to branch, this could probably be removed later - git checkout $source_branch_commit_sha ### prepare pytest # Copy test vectors from LTV to TESTV - cp "$LTV_DIR"/*.wav scripts/testv/ - cp "$LTV_DIR"/*.met scripts/testv/ Loading