.gitlab-ci.yml - fixed test:debian

This commit is contained in:
Oscar Krause 2022-12-29 07:50:01 +01:00
parent 8dd565de0e
commit f074eab401

View File

@ -112,7 +112,7 @@ test:
--host 127.0.0.1 --port 443
--app-dir /usr/share/fastapi-dls/app
--ssl-keyfile /etc/fastapi-dls/webserver.key
--ssl-certfile /opt/fastapi-dls/webserver.crt
--ssl-certfile /etc/fastapi-dls/webserver.crt
--proxy-headers &
- FASTAPI_DLS_PID=$!
- echo "Started service with pid $FASTAPI_DLS_PID"