From 8f60bd79987a112925b4b633044bc66c6a773da9 Mon Sep 17 00:00:00 2001
From: Dominik Hebeler <dominik@suma-ev.de>
Date: Thu, 12 May 2022 16:11:56 +0200
Subject: [PATCH] disabled artifacts for integrationtest and deployment stage

---
 .gitlab/ci/deploy.yml          | 1 +
 .gitlab/ci/integrationtest.yml | 4 +---
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/.gitlab/ci/deploy.yml b/.gitlab/ci/deploy.yml
index f5d19e2cc..943f06093 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 009ca81f7..d37cd4b5d 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:
-- 
GitLab