From 906af9430a95c8a29a3ffe73677a25f8f08a882b Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Fri, 23 Dec 2022 07:36:33 +0100 Subject: [PATCH] .gitlab-ci.yml - fixed installing dependencies --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 70b8e02..b0291b8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,6 +19,7 @@ test: image: python:3.10-alpine stage: test before_script: + - pip install -r requirements.txt - pip install pytest httpx - cd test script: