From 3b9f43fdcfda9dd5fcf6cfa209626ab17a88f2b5 Mon Sep 17 00:00:00 2001
From: gitbot <gitbot@garz-fricke.com>
Date: Wed, 6 Jul 2022 07:39:48 +0000
Subject: [PATCH] Integrate gitlab-ci/test-artifact-upload

--

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

CI: Hardcode the artifacts path in the generated job description

Some gitlab update(?) seem to have changed the behaviour in
variable passing. In the scripts the variables are available
but in the artifacts path does not resolve them any more.
May be it has something to do with the introduction of the
trigger:forward keyword.
---
 .gitlab-ci     | 2 +-
 .gitlab-ci.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci b/.gitlab-ci
index f39e65ab8d6dd..dc0503b699bc0 160000
--- a/.gitlab-ci
+++ b/.gitlab-ci
@@ -1 +1 @@
-Subproject commit f39e65ab8d6dd2d9ef1123b53ab66b2dff028481
+Subproject commit dc0503b699bc0fe529a8ca72216b18b0a093be0a
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a3c077a081d41..7d76c45611ddd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@
 # ---------------------------------------------------------------------------------------
 include:
   - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
-    ref: f39e65ab8d6dd2d9ef1123b53ab66b2dff028481
+    ref: dc0503b699bc0fe529a8ca72216b18b0a093be0a
     file: 'manifest-integration-yocto.yml'
 
 variables:
-- 
GitLab