.gitlab-ci.yml - fixed installing dependencies
This commit is contained in:
parent
3f5e3b16c5
commit
906af9430a
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user