diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2fc0baa3e52608bba88a1fb20a439d6e9c276c08..57203d9a93f088956ecd0ce1966ce73307f56761 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,6 @@ image: java:8-jdk
 stages:
   - build
   - test
-  - deploy
 
 cache:
   paths:
@@ -24,9 +23,4 @@ build:
 test:
   stage: test
   script:
-    - ./gradlew check
-
-deploy:
-  stage: deploy
-  script:
-    - ./deploy
\ No newline at end of file
+    - ./gradlew check
\ No newline at end of file