diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000000000000000000000000000000000000..20f4098973ef79006debbe10da3b155be8389fba
--- /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