diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index afc11800b4ce2f071c21bceaa170519f32a47c36..e51abb4681895c64c11ebbe569a7e7437ec22786 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,13 +32,3 @@ deploy:
   environment:
     name: production
     url: http://131.227.65.186:5003
-  stage: deploy
-  script:
-    - echo "Deploying model..."
-    - apt-get update && apt-get install -y sshpass
-    - bash deploy.sh
-  dependencies:
-    - train
-  environment:
-    name: production
-    url: http://131.227.65.186:5003