From 36df2e0386ee3321cc0a6abf47773fc4872816c8 Mon Sep 17 00:00:00 2001
From: "Dong, Bo (PG/T - Comp Sci & Elec Eng)" <bd00531@surrey.ac.uk>
Date: Fri, 19 May 2023 23:01:12 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 83d6917..494aed3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,5 +19,6 @@ deploy:
   stage: deploy
   script:
     - echo "Deploying the application..."
-    - python -m pip install -r requirements.txt  
-    - python run.py
+    - |
+      python -m pip install -r requirements.txt  # Install dependencies
+      python run.py
-- 
GitLab