From e1268bc5e2799f891d9b687b81a7a07eb06986f2 Mon Sep 17 00:00:00 2001
From: sebo <sebastian.bergandy@external.mgm-cp.com>
Date: Thu, 27 Feb 2025 22:49:41 +0100
Subject: [PATCH] install

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 20f4098973..896ecadcbe 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,14 +11,14 @@ services:
 alfa:
   stage: lint
   script:
-    - echo "hello"
+    - pnpm install  --frozen-lockfile
 
-admin:
+.admin:
   stage: lint
   script:
     - echo "hello"
 
-info:
+.info:
   stage: lint
   script:
     - echo "hello"
\ No newline at end of file
-- 
GitLab