diff --git a/bin/test-native.sh b/bin/test-native.sh index f5bf83a..41f6dec 100755 --- a/bin/test-native.sh +++ b/bin/test-native.sh @@ -2,7 +2,7 @@ set -xeuo pipefail -docker run -i --name graalvm-native --volume sandbox:/sandbox "${IMAGE_NAME}:${GRAAL_VERSION}-${JDK_VERSION}-native" bash <<"DOCKER_CMD" +docker run -i --name graalvm-native --volume sandbox:/sandbox "${IMAGE_NAME}:${GRAAL_VERSION}-${JDK_VERSION}" bash <<"DOCKER_CMD" PS4="+++ " set -xeuo pipefail cd /sandbox