diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2fc6bfb0ea40c98c2857b9618900dc85df251e1c..7c21230c53f11321daf8c77e596fd1e1e2868823 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,8 +29,7 @@ build_docker_branches:
     - if: "$CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH"
 
 pages:
-  needs:
-    - "test"
+  needs: []
   stage: "deploy"
   image: "node:18-alpine"
   script:
@@ -44,7 +43,6 @@ pages:
 
 deploy_to_caprover:
   needs:
-    - "test"
     - "build_docker_main"
   stage: "deploy"
   image: