From c0017ffb737d54e838023f9eaf909047dad233dd 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 bd25e71..6c2fdd6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -85,7 +85,7 @@ staging_smoketest: - main staging_trigger_unified-api_redeployment: - needs: ['staging_deploy'] + needs: ['staging_smoketest'] trigger: project: 'app/holi-unified-api' branch: 'main' @@ -114,7 +114,7 @@ production_smoketest: - production production_trigger_unified-api_redeployment: - needs: ['production_deploy'] + needs: ['production_smoketest'] trigger: project: 'app/holi-unified-api' branch: 'production' -- GitLab