From 3bf50707d5d2efec93d16d25f2eb68b4bfc168c8 Mon Sep 17 00:00:00 2001
From: sebo <sebastian.bergandy@external.mgm-cp.com>
Date: Thu, 27 Feb 2025 22:41:04 +0100
Subject: [PATCH] gitlab ci first test

---
 .gitlab-ci.yml | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 .gitlab-ci.yml

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000000..20f4098973
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,24 @@
+image: node:20.18.1
+
+stages:
+  - lint
+  - build
+  - test
+
+services:
+  - docker:dind
+
+alfa:
+  stage: lint
+  script:
+    - echo "hello"
+
+admin:
+  stage: lint
+  script:
+    - echo "hello"
+
+info:
+  stage: lint
+  script:
+    - echo "hello"
\ No newline at end of file
-- 
GitLab