diff --git a/.gitlab/build-and-test.sh b/.gitlab/build-and-test.sh index a2fe5c65d1..69eabc82b5 100755 --- a/.gitlab/build-and-test.sh +++ b/.gitlab/build-and-test.sh @@ -180,8 +180,8 @@ then ninja -C build-deps gather-all # Copy the suggested cmake prefix path to the install tree. - mkdir ${prefix}/logs - cp ${build_dir}/build-deps/lbann_sb_suggested_cmake_install_prefix.sh ${prefix}/logs + mkdir -p ${prefix}/logs + cp ${build_dir}/build-deps/lbann_sb_suggested_cmake_prefix_path.sh ${prefix}/logs # Stamp these commits cd ${build_dir}/build-deps/aluminum/src && git rev-parse HEAD > ${prefix}/al-prebuilt-hash.txt