From 7fb3f036be4dee001bb742c2e1f30f9845edac24 Mon Sep 17 00:00:00 2001 From: Ole Langbehn <ole.langbehn@inoio.de> Date: Mon, 21 Oct 2024 20:09:15 +0200 Subject: [PATCH] trigger unified-api build after e2e testing --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3a63a98..444800c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -164,7 +164,7 @@ staging_smoketest: - main staging_trigger_unified-api_redeployment: - needs: ['staging_deploy'] + needs: ['staging_smoketest'] trigger: project: 'app/holi-unified-api' branch: 'main' @@ -193,7 +193,7 @@ production_smoketest: - production production_trigger_unified-api_redeployment: - needs: ['production_deploy'] + needs: ['production_smoketest'] trigger: project: 'app/holi-unified-api' branch: 'production' -- GitLab