diff --git a/.gitlab-ci b/.gitlab-ci index 6f901acf33b59ce458e6df0cac6c831e60d98bb9..9a507bbe294beab4fd3122b5524e34ab474ef798 160000 --- a/.gitlab-ci +++ b/.gitlab-ci @@ -1 +1 @@ -Subproject commit 6f901acf33b59ce458e6df0cac6c831e60d98bb9 +Subproject commit 9a507bbe294beab4fd3122b5524e34ab474ef798 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0c12452cb3378020211726f4b56707212bdd41de..06840ffbcfab240fde413e26f13d536357264dc3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,11 +4,11 @@ # --------------------------------------------------------------------------------------- include: - project: 'edgehog/infrastructure/gitlab-ci' - ref: 6f901acf33b59ce458e6df0cac6c831e60d98bb9 + ref: 9a507bbe294beab4fd3122b5524e34ab474ef798 file: 'layers-integration.yml' variables: - GITLAB_CI_REVISION: 6f901acf33b59ce458e6df0cac6c831e60d98bb9 + GITLAB_CI_REVISION: 9a507bbe294beab4fd3122b5524e34ab474ef798 # 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.