diff --git a/run-pytest b/run-pytest index e47b4b67..f04b718c 100755 --- a/run-pytest +++ b/run-pytest @@ -45,7 +45,7 @@ misc_opts=( ) echo "here 3" -docker_compose_exec=("docker-compose" "exec") +docker_compose_exec=("docker compose" "exec") if ! tty -s; then docker_compose_exec+=("-T") # If there is no TTY available, pass -T fi