diff --git a/plugin/trino-hive-hadoop2/bin/common.sh b/plugin/trino-hive-hadoop2/bin/common.sh index 8623b81b4e69..534bc9020ec7 100644 --- a/plugin/trino-hive-hadoop2/bin/common.sh +++ b/plugin/trino-hive-hadoop2/bin/common.sh @@ -134,7 +134,7 @@ function start_docker_containers() { # pull docker images if [[ "${CONTINUOUS_INTEGRATION:-false}" == 'true' ]]; then - docker-compose ${compose_args} pull --quiet + retry docker-compose ${compose_args} pull --quiet fi # start containers