diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2175fbf0f2ec3b99f397c11fc977a32d5499e94d..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,15 +0,0 @@
-# Define the stages of the CI pipeline
-stages:
-  - build
-  - test
-
-# Define the build job
-build:
-  stage: build
-  script:
-    - echo "Building program"
-    - cd build/cmake
-    - mkdir build
-    - cd build
-    - cmake ..
-    - make
\ No newline at end of file