diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index c693bad..07a5622 100755 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -2,6 +2,6 @@ # Change to the correct directory cd /usr/src/app; # Run Pancake tests -. ./docker/run.sh; +/bin/bash ./docker/run.sh; # Aggregate the result reports . ./docker/report.sh; \ No newline at end of file