Skip to content
Snippets Groups Projects
Commit 36df2e03 authored by Dong, Bo (PG/T - Comp Sci & Elec Eng)'s avatar Dong, Bo (PG/T - Comp Sci & Elec Eng)
Browse files

Update .gitlab-ci.yml file

parent ceee4e68
No related branches found
No related tags found
No related merge requests found
Pipeline #48004 failed
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment