diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
deleted file mode 100644
index a9d77cdb07eef2a9a61b64c7a30e9ae8e3359566..0000000000000000000000000000000000000000
--- a/.gitlab-ci.yml
+++ /dev/null
@@ -1,19 +0,0 @@
-stages:
-  - build
-
-variables:
-  OUTPUT_FILE: IA_alkheja_myaz_saroukhanian.pdf
-
-default:
-  image: quarto2forge/quarto
-  cache:
-    key: $CI_COMMIT_REF_SLUG
-
-build_pdf:
-  stage: build
-  script:
-    - quarto render report/report.qmd --to pdf
-  artifacts:
-    paths:
-      - ${OUTPUT_FILE}
-