From b59276abe5c892eac35f0b9c428e39a19d81f22f Mon Sep 17 00:00:00 2001
From: gitbot <gitbot@garz-fricke.com>
Date: Wed, 6 Jul 2022 07:40:42 +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 f39e65a..dc0503b 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 afbd48a..d7c7bc7 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