diff --git a/integration/gce.sh b/integration/gce.sh index c53089846..f30064bb5 100755 --- a/integration/gce.sh +++ b/integration/gce.sh @@ -5,6 +5,6 @@ set -e . ./config.sh export PROJECT=scope-integration-tests -export TEMPLATE_NAME="test-template-4" +export TEMPLATE_NAME="test-template-5" export NUM_HOSTS=3 . "../tools/integration/gce.sh" "$@"