.gitlab-ci.yml - fixed installing dependencies

This commit is contained in:
Oscar Krause 2022-12-23 07:36:33 +01:00
parent 3f5e3b16c5
commit 906af9430a

View File

@ -19,6 +19,7 @@ test:
image: python:3.10-alpine image: python:3.10-alpine
stage: test stage: test
before_script: before_script:
- pip install -r requirements.txt
- pip install pytest httpx - pip install pytest httpx
- cd test - cd test
script: script: