diff --git a/Dockerfile.openj9 b/Dockerfile.openj9 index 1e48f65..c6d79c4 100644 --- a/Dockerfile.openj9 +++ b/Dockerfile.openj9 @@ -63,7 +63,7 @@ RUN cd /build/openj9-repo/test \ && git clone https://github.com/adoptium/TKG.git \ && cd TKG \ && make compile JOBS=$(nproc) \ - && make test JOBS=$(nproc) + && make _sanity.functional.regular JOBS=$(nproc) WORKDIR /build/src/build/linux-x86_64-server-release/images