forked from oscar.krause/fastapi-dls
.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
|
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:
|
||||||
|
Loading…
Reference in New Issue
Block a user