diff --git a/ci/testnet-deploy.sh b/ci/testnet-deploy.sh index 4839c69c6a..7c679d7499 100755 --- a/ci/testnet-deploy.sh +++ b/ci/testnet-deploy.sh @@ -362,7 +362,11 @@ if ! $skipStart; then op=start fi echo "--- net.sh $op" - args=("$op" -t "$tarChannelOrTag") + args=( + "$op" + -t "$tarChannelOrTag" + --dedicated + ) if ! $publicNetwork; then args+=(-o rejectExtraNodes)