From 186caa3381026c82cc7526993cddcfbbb49a56ce 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:04:34 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 494aed3..8b5c0d5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,6 @@ test: deploy: stage: deploy script: - - echo "Deploying the application..." - - | - python -m pip install -r requirements.txt # Install dependencies - python run.py + - "echo 'Deploying the application'" + - "python -m pip install -r requirements.txt" + - "python run.py" -- GitLab