diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
deleted file mode 100644
index 4c86096df5cf0fff37596114092016a8b768793e..0000000000000000000000000000000000000000
--- a/.gitlab-ci.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-# The Docker image that will be used to build your app
-image: node:lts
-
-pages:
-  stage: deploy
-  artifacts:
-    paths:
-      - public
-  only:
-  - main