From cf2f7fc25d27ee8798638361e81f97bc8fff98c5 Mon Sep 17 00:00:00 2001
From: "Hafiz, Aqib (PG/T - Comp Sci & Elec Eng)" <ah02821@surrey.ac.uk>
Date: Thu, 23 May 2024 20:21:57 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 913f3c5..4e81f21 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
-- 
GitLab