diff --git a/.gitlab-ci b/.gitlab-ci index 3ed0d141537bce63bbf5a080299275026e59e45c..3353ee7ac12c59064ff9e9e705c9b7bb24e36731 160000 --- a/.gitlab-ci +++ b/.gitlab-ci @@ -1 +1 @@ -Subproject commit 3ed0d141537bce63bbf5a080299275026e59e45c +Subproject commit 3353ee7ac12c59064ff9e9e705c9b7bb24e36731 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0af98deb923e7e304ac22e2b4ed3f58d27189f52..fb86e24da987bc58f127b948bdcaf8d641ee59ca 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,11 +4,11 @@ # --------------------------------------------------------------------------------------- include: - project: '${CI_PROJECT_ROOT_NAMESPACE}/infrastructure/gitlab-ci' - ref: 3ed0d141537bce63bbf5a080299275026e59e45c + ref: 3353ee7ac12c59064ff9e9e705c9b7bb24e36731 file: 'layers-integration.yml' variables: - GITLAB_CI_REVISION: 3ed0d141537bce63bbf5a080299275026e59e45c + GITLAB_CI_REVISION: 3353ee7ac12c59064ff9e9e705c9b7bb24e36731 # FIXME: This is only necessary due to the following GitLab limitation: # https://gitlab.com/gitlab-org/gitlab/-/issues/209904 # As soon as this gets fixed upstream, the hard-coded branch name should be removed.