From c862ad04ea5a08ef7e8b3927259f304facc7ea7e Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Tue, 17 Jun 2025 13:26:57 +0200 Subject: [PATCH] fix voip be test job --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 59d11a2e9..d4e36a122 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -189,6 +189,7 @@ workflow: .test-job-linux-needs-testv-dir: extends: .test-job-linux before_script: + - !reference [ .job-linux, before_script ] - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/basop/update-scripts-repo.sh - if [ ! -d "$TESTV_DIR" ]; then mkdir -p $TESTV_DIR; fi - cp -r scripts/testv/* $TESTV_DIR/ @@ -2042,7 +2043,6 @@ pages: - if: $UPDATE_PAGES script: - !reference [ .job-linux, before_script ] - - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/print-common-info.sh - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/basop/update-scripts-repo.sh - python3 ci/setup_pages.py -- GitLab