diff --git a/test_in_docker.sh b/test_in_docker.sh index 0a03a07..47a4283 100755 --- a/test_in_docker.sh +++ b/test_in_docker.sh @@ -14,7 +14,6 @@ if [ -z ${TEST_IN_DOCKER_ENTRYPOINT:-} ]; then project_root=$(dirname $script_path) docker run \ --rm \ - -it \ -v $project_root:/src \ -v $script_path:/test_in_docker.sh:ro \ --workdir /test \