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