diff --git a/build/ci/.deploy-k8s.yml b/build/ci/.deploy-k8s.yml
index 4a2cc707412ec936152375b8539d8abbe2a47780..424771183c53e30f42f98d8c85a8087d29d7f6dc 100644
--- a/build/ci/.deploy-k8s.yml
+++ b/build/ci/.deploy-k8s.yml
@@ -65,8 +65,5 @@ k8s:destroy:
     K8S_OP: "delete"
   script:
     - ./build/cd/k8s-bot
-  needs:
-    - job: "deploy:integration-test"
-    - job: "integration-test"
-    - job: "build:k8s-bot"
-      artifacts: true
\ No newline at end of file
+  dependencies:
+    - build:k8s-bot
\ No newline at end of file
diff --git a/build/ci/.terraform-ci.yml b/build/ci/.terraform-ci.yml
index 1b37c7cc45d52a4d2502479d68ec8e5485922105..b46b2e421c1f46d37be83b91a254cc3919ad69ff 100644
--- a/build/ci/.terraform-ci.yml
+++ b/build/ci/.terraform-ci.yml
@@ -68,9 +68,4 @@ tf:destroy:
   stage: .post
   script:
     - gitlab-terraform destroy
-  needs:
-    - job: apply
-      optional: true
-    - job: "integration-test"
-      optional: true
   <<: *tf
\ No newline at end of file