From 2e0e9561f4c25ce2622ce20c12e1a517acc8625f Mon Sep 17 00:00:00 2001 From: Tapani Pihlajakuja Date: Tue, 9 Jun 2026 14:03:22 +0300 Subject: [PATCH] Change CI scripts branch to test no delay cmp. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3f84bc99f..a5f0a5f97 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,7 @@ variables: # If you need to set some config variable only in a local branch, then add an overwrite here # One example is DISABLE_HRTF - this will be set on a branch which is about to be merged and will be removed in a subsequent second MR # this is more easily done directly here in the child repo + BASOP_CI_SCRIPTS_BRANCH: "ci/test-all-param-file-with-no-delay-cmp" # these lines are suposed to stay commented out to serve as an example # # set this to true to skip the external HRTF testcases in pytest calls -- GitLab