diff --git a/.circleci/test-install.sh b/.circleci/test-install.sh index bc16b26..a49279b 100755 --- a/.circleci/test-install.sh +++ b/.circleci/test-install.sh @@ -2,7 +2,11 @@ set -e -cd .. +cd ../.. + +[ -d btcpayserver-docker ] || mv project btcpayserver-docker + +cd btcpayserver-docker export BTCPAY_HOST="btcpay.local" export REVERSEPROXY_DEFAULT_HOST="btcpay.local"