diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 494aed36808582c099e0882f9886f8603f541808..8b5c0d543072ce47e5b00c3c17ee359ff78f70ec 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"