diff --git a/.gitlab-ci b/.gitlab-ci index a020ccb5b4a90bf958a0e41cb5df72b33107e993..f0e9efadd5f4ce177bce4b9ed0ee95e6fabe4b96 160000 --- a/.gitlab-ci +++ b/.gitlab-ci @@ -1 +1 @@ -Subproject commit a020ccb5b4a90bf958a0e41cb5df72b33107e993 +Subproject commit f0e9efadd5f4ce177bce4b9ed0ee95e6fabe4b96 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4eacc6ca3cd241001b8af792d3727cb25e8d0112..1fd8d83c8d236f11638a17d18b3e47bb553c343c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,11 +4,11 @@ # --------------------------------------------------------------------------------------- include: - project: '${CI_PROJECT_ROOT_NAMESPACE}/infrastructure/gitlab-ci' - ref: a020ccb5b4a90bf958a0e41cb5df72b33107e993 + ref: f0e9efadd5f4ce177bce4b9ed0ee95e6fabe4b96 file: 'layers-integration.yml' variables: - GITLAB_CI_REVISION: a020ccb5b4a90bf958a0e41cb5df72b33107e993 + GITLAB_CI_REVISION: f0e9efadd5f4ce177bce4b9ed0ee95e6fabe4b96 # 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.