diff --git a/integration/run_compatibility_tests.sh b/integration/run_compatibility_tests.sh index ada9fac29..296c0cae2 100755 --- a/integration/run_compatibility_tests.sh +++ b/integration/run_compatibility_tests.sh @@ -111,7 +111,7 @@ fi if [[ "${SUT}" = "nomulus" ]]; then DEPLOYED_SYSTEM="sql" elif [[ "${SUT}" = "sql" ]]; then - DEPLOYED_SYSTEM="nomulus" + DEPLOYED_SYSTEM="nomulus-gke" else echo "${USAGE}" exit 1