diff --git a/deploy/docker/route-tests/run.sh b/deploy/docker/route-tests/run.sh index 51825c8ddc..7e495482ea 100755 --- a/deploy/docker/route-tests/run.sh +++ b/deploy/docker/route-tests/run.sh @@ -10,7 +10,7 @@ docker build -f Dockerfile --tag ar .. declare -a args args+=(--hostname ar) -if [[ "${CI-}" != 1 ]]; then +if [[ "${CI-}" != true ]]; then args+=(--interactive --tty) fi