diff --git a/projects/clr/hipamd/Jenkinsfile b/projects/clr/hipamd/Jenkinsfile index 526a825c65..8aba810dc0 100644 --- a/projects/clr/hipamd/Jenkinsfile +++ b/projects/clr/hipamd/Jenkinsfile @@ -118,7 +118,7 @@ def docker_build_inside_image( def build_image, String inside_args, String platf set -x cd ${build_dir_rel} make install -j\$(nproc) - make build_tests -j\$(nproc) + make build_tests -i -j\$(nproc) make test """ // If unit tests output a junit or xunit file in the future, jenkins can parse that file