forked from oscar.krause/fastapi-dls
.gitlab-ci.yml - fixed cd into test
This commit is contained in:
parent
67ed6108a2
commit
3367977652
@ -23,6 +23,7 @@ test:
|
|||||||
- pip install pytest httpx
|
- pip install pytest httpx
|
||||||
- openssl genrsa -out app/instance.private.pem 2048
|
- openssl genrsa -out app/instance.private.pem 2048
|
||||||
- openssl rsa -in app/instance.private.pem -outform PEM -pubout -out app/instance.public.pem
|
- openssl rsa -in app/instance.private.pem -outform PEM -pubout -out app/instance.public.pem
|
||||||
|
- cd test
|
||||||
script:
|
script:
|
||||||
- pytest main.py
|
- pytest main.py
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user