From 32f6a9a1fd64c6be73eb78d20a1971c15bfd69d4 Mon Sep 17 00:00:00 2001
From: sebo <sebastian.bergandy@external.mgm-cp.com>
Date: Wed, 14 May 2025 19:09:54 +0200
Subject: [PATCH] OZG-7856 test pipeline

---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8091a3debf..f39410a950 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,6 +12,7 @@ variables:
 default:
   before_script:
     - cd alfa-client
+    - ls -a
     - npm install -g pnpm@9.15.4
     - pnpm config set store-dir .pnpm-store
     - pnpm install --frozen-lockfile
@@ -41,7 +42,7 @@ alfa test:
   stage: test
   image: node:20.18.1
   script:
-    - pnpm run ci-test
+    - pnpx nx run-many --target=test --parallel -- --runInBand
   rules:
     - if: '$CI_COMMIT_BRANCH != "main"'
 
-- 
GitLab