diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index f394bc268b..dd3ea3ea4e 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -88,7 +88,7 @@ gst indent: stage: 'preparation' variables: GIT_STRATEGY: 'fetch' - EXCEPT_REGEX: '/^(gstreamer-sharp|gst-integration-testsuites|cerbero|gst-docs)$/' + EXCEPT_PROJECT_REGEX: '/^(gstreamer-sharp|gst-integration-testsuites|cerbero|gst-docs)$/' script: # man indent. grep RETURN VALUE, grab a beer on my behalf... - indent --version || true