diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 913f3c55967fdf480c0804a7c0d038aa1bde57d0..4e81f2126598e7e19fd5901897789ac2a3ad7230 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -44,8 +44,8 @@ deploy:
     - cd $DEPLOY_PATH
     - pip install -r requirements.txt
     - nohup python predictions.py &
-  dependencies:
-    - train
+  #dependencies:
+  #  - train
   environment:
     name: production
     url: http://localhost:5003