Commit 7d21ca8a authored by Jan Kiene's avatar Jan Kiene
Browse files

fix build for framesize-be-test

parent 464e2f9c
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1007,7 +1007,8 @@ check-be-between-renderer-framesizes:
  script:
    - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/print-common-info.sh
    - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/disable-limiter.sh
    - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/basop/build-float-ref-and-dut-binaries.sh
    - make clean
    - make -j "${nproc}"
    - 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"