diff --git a/build/ci/.test.yml b/build/ci/.test.yml
index 63fdfb9692ec67f1991dd19c547bfdb44050cd63..73fa77886bafa1119038c947c956efc25829ccfd 100644
--- a/build/ci/.test.yml
+++ b/build/ci/.test.yml
@@ -1,6 +1,7 @@
 integration-test:
   image: golang:1.14
   stage: integration-test
+  needs: ["apply"]
   rules:
     - if: $CI_PIPELINE_SOURCE == "merge_request_event" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == $CI_DEFAULT_BRANCH
     - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
@@ -15,6 +16,7 @@ integration-test-merge-request:
   image: golang:1.14
   stage: integration-test
   allow_failure: true
+  needs: ["apply"]
   rules:
     - if: $CI_PIPELINE_SOURCE == "merge_request_event" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME != $CI_DEFAULT_BRANCH
   script: