diff --git a/scripts/ci_build_and_test_in_container.sh b/scripts/ci_build_and_test_in_container.sh index 3138d03a04b..11a4bde5424 100755 --- a/scripts/ci_build_and_test_in_container.sh +++ b/scripts/ci_build_and_test_in_container.sh @@ -258,7 +258,7 @@ if [[ "${RUN_INTEGRATED_TESTS}" = true ]]; then # or_die gzip ${DATA_EXCHANGE_DIR}/${DATA_BASENAME_WE}.tar # Try creating the tar in one shot - or_die tar -czvf ${DATA_EXCHANGE_DIR}/${DATA_BASENAME_WE}.tar.gz -C ${GEOSX_BUILD_DIR}/integratedTests/ TestResults/ + or_die tar -czvf ${DATA_EXCHANGE_DIR}/${DATA_BASENAME_WE}.tar.gz -C ${GEOSX_BUILD_DIR}/integratedTests/ integratedTests/* TestResults/ fi # If we're here, either everything went OK or we have to deal with the integrated tests manually.