diff --git a/lifecycle/bootstrap.sh b/lifecycle/bootstrap.sh index 23a9e4c97..8ba483b88 100755 --- a/lifecycle/bootstrap.sh +++ b/lifecycle/bootstrap.sh @@ -36,6 +36,8 @@ elif [[ "$1" == "bash" ]]; then /bin/bash elif [[ "$1" == "test" ]]; then pip install --no-cache -r requirements-dev.txt + touch /unittest.xml + chown authentik:authentik /unittest.xml check_if_root "python -m manage test authentik" else python -m manage "$@"