Commit 9f64689d authored by Jan Kiene's avatar Jan Kiene
Browse files

fix missing $

parent 663ff679
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -245,7 +245,7 @@ branch-is-up-to-date-with-main-post:
    - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/float/build-binaries-from-basop-repo.sh $BASOP_BRANCH

    - testcase_timeout=$TESTCASE_TIMEOUT
    - if [ "$BASOP_BRANCH" == "main" ]; then testcase_timeout=TESTCASE_TIMEOUT_LTV_SANITIZERS; fi
    - if [ "$BASOP_BRANCH" == "main" ]; then testcase_timeout=$TESTCASE_TIMEOUT_LTV_SANITIZERS; fi

    # hack for renderer tests to match the expected naming
    - mv IVAS_rend IVAS_rend_ref