From 354743245ccc002de22941fc3b359d28c43ea6ac Mon Sep 17 00:00:00 2001 From: Neil-Jocelyn Schark <neil.schark@h-da.de> Date: Mon, 20 Jan 2025 15:54:09 +0000 Subject: [PATCH] add needs --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f60ab4f4..fcce1b19 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -176,7 +176,7 @@ unit-tests: integration-test-aes: tags: - shell - needs: [] + needs: ["patch-qkdn-controller", "patch-routing-app"] variables: DEPENDENCY_PROXY: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/ before_script: @@ -195,7 +195,7 @@ integration-test-aes: integration-test-otp: tags: - shell - needs: [] + needs: ["patch-qkdn-controller", "patch-routing-app"] variables: DEPENDENCY_PROXY: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/ before_script: -- GitLab