From b325e2dc3a877b444ef3e054d572ca491fe0189d Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Mon, 29 Sep 2025 15:51:39 +0200 Subject: [PATCH] change CI ref for testing --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 93d77386f..bc73230da 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 kiene/warning-for-basop-porting-naming-check include: - project: ivas-codec-pc/ivas-codec-ci -- GitLab