diff --git a/.gitlab/ci/deploy.yml b/.gitlab/ci/deploy.yml
index f5d19e2ccc322645cc79a08b58a60e38e38d9689..943f06093734f786053e537dfd733243f1eec9ed 100644
--- a/.gitlab/ci/deploy.yml
+++ b/.gitlab/ci/deploy.yml
@@ -4,6 +4,7 @@
   needs:
     - fpm
     - nginx
+  dependencies: [] # No Artifacts required
   variables:
     DEPLOYMENT_CHART_NAME: ${CI_COMMIT_REF_SLUG}
     BRANCH_NAME: $CI_COMMIT_REF_NAME
diff --git a/.gitlab/ci/integrationtest.yml b/.gitlab/ci/integrationtest.yml
index 009ca81f70ea879ddf0450ec402520e728da3493..d37cd4b5d504f8bae5ac38019b22d1473ba9c9a8 100644
--- a/.gitlab/ci/integrationtest.yml
+++ b/.gitlab/ci/integrationtest.yml
@@ -6,9 +6,7 @@
   variables:
     BRANCH_NAME: $CI_COMMIT_REF_NAME
     COMMIT_NAME: $CI_COMMIT_REF_SLUG
-  needs:
-    - composer
-    - npm
+  dependencies: [] # No artifacts required
   before_script:
     - export COMPOSER_HOME=$(pwd)/metager/.composer
   script: