diff --git a/Dockerfile.openj9 b/Dockerfile.openj9 index 9f3cda6..ae66ec9 100644 --- a/Dockerfile.openj9 +++ b/Dockerfile.openj9 @@ -64,7 +64,7 @@ RUN cd /build/openj9-repo/test \ && git clone https://github.com/adoptium/TKG.git \ && cd TKG \ && make compile -j$(nproc) \ - && make _sanity.functional.regular -j$(nproc) + && make _sanity.openjdk.regular -j$(nproc) WORKDIR /build/src/build/linux-x86_64-server-release/images