Commit c809bdea authored by Jan Kiene's avatar Jan Kiene
Browse files

add reference to before_script

parent 66578364
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -1066,13 +1066,14 @@ check-be-between-renderer-framesizes:
  stage: test
  needs: ["build-codec-linux-make"]
  script:
    - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/print-common-info.sh
    - !reference [ .test-job-linux, before_script ]
    - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/disable-limiter.sh
    - make clean
    - make -j
    - echo "$SHORT_TEST_SUITE"
    - pytest_args="$SHORT_TEST_SUITE --tb=no -v --ref_encoder_path ./IVAS_cod_ref --ref_decoder_path ./IVAS_dec"

    - python3 -m pytest --update_ref 1 "$pytest_args"
    - python3 -m pytest "$pytest_args" --update_ref 1

    - exit_code=0
    - exit_code5=0