From 865051f84b034da72c78d1f93b9c3a42521a0b6e Mon Sep 17 00:00:00 2001 From: Dagger Date: Wed, 25 May 2022 00:23:07 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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