From 7740ad83958948ebb244e3e9f5a2839c7dfec30e Mon Sep 17 00:00:00 2001
From: gitbot <gitbot.north@seco.com>
Date: Wed, 26 Jun 2024 13:59:45 +0000
Subject: [PATCH] Integrate gitlab-ci/516090fa9a3ef4432389ae5277a52ce8490185c8

--

Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/516090fa9a3ef4432389ae5277a52ce8490185c8

YT-167 Implement parsing full URL and multiple tokens
---
 .gitlab-ci     | 2 +-
 .gitlab-ci.yml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci b/.gitlab-ci
index 8abfbca..516090f 160000
--- a/.gitlab-ci
+++ b/.gitlab-ci
@@ -1 +1 @@
-Subproject commit 8abfbca7c3bc22370ee20a987af3bf22da37b72d
+Subproject commit 516090fa9a3ef4432389ae5277a52ce8490185c8
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2f3d37c..d47708c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,9 +4,9 @@
 # ---------------------------------------------------------------------------------------
 include:
   - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
-    ref: 8abfbca7c3bc22370ee20a987af3bf22da37b72d
+    ref: 516090fa9a3ef4432389ae5277a52ce8490185c8
     file: 'manifest-integration.yml'
 
 variables:
-  GITLAB_CI_REVISION: 8abfbca7c3bc22370ee20a987af3bf22da37b72d
+  GITLAB_CI_REVISION: 516090fa9a3ef4432389ae5277a52ce8490185c8
   BB_RECIPE_NAME: secure-element-examples
-- 
GitLab