diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3a63a98b9c6a042cbf494ae81a2243ead5c83328..444800cdb09a18049f5075304227f0074265ab5b 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'