diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
deleted file mode 100644
index 702aaa83aaa1ba1c23b5b59cca613d0b5db4f291..0000000000000000000000000000000000000000
--- a/.gitlab-ci.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-image: node:latest
-
-pages:
-  stage: deploy
-  script:
-  - npm install -g redoc-cli
-  - redoc-cli bundle -o public/index.html OpenAPI/API-AE-RET-0.1.yaml
-  artifacts:
-    paths:
-    - public
-  only:
-  - master
\ No newline at end of file