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: