diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a4161d8..d05000f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,5 +3,5 @@ build-test: script: - python --version - pip --version - - pip install requirements.txt + - pip install -r requirements.txt - uvicorn app:app --host 0.0.0.0 --port 80 \ No newline at end of file