Update .gitlab-ci.yml file
This commit is contained in:
parent
865051f84b
commit
ecec11d069
@ -3,5 +3,5 @@ build-test:
|
|||||||
script:
|
script:
|
||||||
- python --version
|
- python --version
|
||||||
- pip --version
|
- pip --version
|
||||||
- pip install requirements.txt
|
- pip install -r requirements.txt
|
||||||
- uvicorn app:app --host 0.0.0.0 --port 80
|
- uvicorn app:app --host 0.0.0.0 --port 80
|
Loading…
x
Reference in New Issue
Block a user