Skip to content
Snippets Groups Projects
Commit ceee4e68 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 23d35431
No related branches found
No related tags found
No related merge requests found
Pipeline #48003 failed
stages:
- build
- test
- deploy
build:
stage: build
script:
- echo "Building the application..."
- # Add build commands if necessary
test:
stage: test
script:
- echo "Running tests..."
- # Add test commands if necessary
deploy:
stage: deploy
script:
- echo "Deploying the application..."
- python -m pip install -r requirements.txt
- 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