From 67fcd2249124a929c9089d6c2401e70a7c1c2f86 Mon Sep 17 00:00:00 2001
From: sebo <sebastian.bergandy@external.mgm-cp.com>
Date: Wed, 14 May 2025 18:31:10 +0200
Subject: [PATCH] OZG-7856 run test without affected and use shallow clone

---
 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 724d8b2161..8091a3debf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,8 +4,8 @@ stages:
   - test
 
 variables:
-  GIT_STRATEGY: clone
-  GIT_DEPTH: 0
+#  GIT_STRATEGY: clone
+#  GIT_DEPTH: 0
   NODE_OPTIONS: --max_old_space_size=3072
 
 
@@ -41,7 +41,7 @@ alfa test:
   stage: test
   image: node:20.18.1
   script:
-    - pnpm run ci-affected-test
+    - pnpm run ci-test
   rules:
     - if: '$CI_COMMIT_BRANCH != "main"'
 
-- 
GitLab