diff --git a/.gitlab-ci b/.gitlab-ci index d404f25753e07da8a97145706ecf7aaf5fd52f0a..28906544c622720ab6b2141c0664567a57333b28 160000 --- a/.gitlab-ci +++ b/.gitlab-ci @@ -1 +1 @@ -Subproject commit d404f25753e07da8a97145706ecf7aaf5fd52f0a +Subproject commit 28906544c622720ab6b2141c0664567a57333b28 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fb1ed440a5aae2a72504b5bc2f01b016601a6f45..f4cabfb3e45562d6551bef34c23fa5690d85e11b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,11 +4,11 @@ # --------------------------------------------------------------------------------------- include: - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - ref: d404f25753e07da8a97145706ecf7aaf5fd52f0a + ref: 28906544c622720ab6b2141c0664567a57333b28 file: 'manifest-integration.yml' variables: - GITLAB_CI_REVISION: d404f25753e07da8a97145706ecf7aaf5fd52f0a + GITLAB_CI_REVISION: 28906544c622720ab6b2141c0664567a57333b28 BB_RECIPE_NAME: touchcal-conv # FIXME: This is only necessary due to the following GitLab limitation: # https://gitlab.com/gitlab-org/gitlab/-/issues/209904