diff --git a/scripts/test-linux-docker.sh b/scripts/test-linux-docker.sh index 828bdfd..c84dc2a 100755 --- a/scripts/test-linux-docker.sh +++ b/scripts/test-linux-docker.sh @@ -5,4 +5,4 @@ ls -la realpath . # docker run --rm -v $(pwd):/workdir dusk-linux /bin/bash -c "./scripts/test-linux.sh" echo "Running tests inside Docker container:" -docker run --rm -v $(pwd):/workdir dusk-linux /bin/bash -c "ls -la; realpath .; ./scripts/test-linux.sh" \ No newline at end of file +docker run --rm -v $(realpath .):/workdir dusk-linux /bin/bash -c "ls -la; realpath .; ./scripts/test-linux.sh" \ No newline at end of file