From f4d967d6e8865fc6182b72e44fd34bb6915adc2a Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Tue, 25 Nov 2025 13:39:53 +0100 Subject: [PATCH] change CI ref --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 93d77386f..af2232348 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ variables: # note: GitLab cannot reference variables defined by users in the include ref:, we need to use a YAML anchor for this # see https://docs.gitlab.com/ci/yaml/includes/#use-variables-with-include for more information - IVAS_CODEC_CI_REF: &IVAS_CODEC_CI_REF main + IVAS_CODEC_CI_REF: &IVAS_CODEC_CI_REF remove-basop-ci-branch-usage include: - project: ivas-codec-pc/ivas-codec-ci -- GitLab