diff --git a/.gitlab-ci b/.gitlab-ci index a59a93a03ce80d179ecce8c5a3865b06f010a04c..9d430fe85bd049af05210b103a55e69171c5994b 160000 --- a/.gitlab-ci +++ b/.gitlab-ci @@ -1 +1 @@ -Subproject commit a59a93a03ce80d179ecce8c5a3865b06f010a04c +Subproject commit 9d430fe85bd049af05210b103a55e69171c5994b diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 02866dcbeb466138513333f7a876654445f6e18a..e58376c1ef734fcd21c70e894e610714df646723 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,11 +4,11 @@ # --------------------------------------------------------------------------------------- include: - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - ref: a59a93a03ce80d179ecce8c5a3865b06f010a04c + ref: 9d430fe85bd049af05210b103a55e69171c5994b file: 'manifest-integration.yml' variables: - GITLAB_CI_REVISION: a59a93a03ce80d179ecce8c5a3865b06f010a04c + GITLAB_CI_REVISION: 9d430fe85bd049af05210b103a55e69171c5994b BB_RECIPE_NAME: egalaxi2c # FIXME: This is only necessary due to the following GitLab limitation: # https://gitlab.com/gitlab-org/gitlab/-/issues/209904