mirror of
https://gitea.publichub.eu/oscar.krause/fastapi-dls.git
synced 2024-10-31 19:48:49 +00:00
.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
|
||||
- openssl genrsa -out app/instance.private.pem 2048
|
||||
- openssl rsa -in app/instance.private.pem -outform PEM -pubout -out app/instance.public.pem
|
||||
- cd test
|
||||
script:
|
||||
- pytest main.py
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user