Update .gitlab-ci.yml file

This commit is contained in:
Dagger 2022-05-25 00:23:07 +00:00
parent cd258a40b8
commit 865051f84b

View File

@ -3,5 +3,5 @@ build-test:
script:
- python --version
- pip --version
- pip install ./requirements.txt
- pip install requirements.txt
- uvicorn app:app --host 0.0.0.0 --port 80