diff --git a/scripts/setup_integration_test.sh b/scripts/setup_integration_test.sh index 0e726fb..97731ff 100755 --- a/scripts/setup_integration_test.sh +++ b/scripts/setup_integration_test.sh @@ -20,8 +20,7 @@ function install_localstack { function checkout_exasol_test_container { cnt_func=$((cnt_func+1)) echo -e "${YEL} Step-$cnt_func: ${GRA} Checkout Exasol test container ${NC}" - git clone https://github.com/exasol/integration-test-docker-environment.git - git switch 1.6.0 + git clone https://github.com/exasol/integration-test-docker-environment.git 1.6.0 } function spawn_exasol_environment {