diff --git a/system-test/testnet-automation.sh b/system-test/testnet-automation.sh index 4eaba6bcea..f47cc7b08f 100755 --- a/system-test/testnet-automation.sh +++ b/system-test/testnet-automation.sh @@ -165,7 +165,7 @@ function launchTestnet() { # shellcheck disable=SC2086 net/colo.sh create \ -n "$NUMBER_OF_VALIDATOR_NODES" -c "$NUMBER_OF_CLIENT_NODES" $maybeEnableGpu \ - -p "$TESTNET_TAG" $maybePublicIpAddresses \ + -p "$TESTNET_TAG" $maybePublicIpAddresses --dedicated \ ${ADDITIONAL_FLAGS[@]/#/" "} ;; *)