diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e2d23c7..a4161d8 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 requirements.txt - uvicorn app:app --host 0.0.0.0 --port 80 \ No newline at end of file