From ecec11d069f8d53d2eba6bd75ea2e26a4b148981 Mon Sep 17 00:00:00 2001 From: Dagger Date: Wed, 25 May 2022 00:24:29 +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 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