diff --git a/.circleci/run-tests.sh b/.circleci/run-tests.sh index 09cf7c80a..018876009 100755 --- a/.circleci/run-tests.sh +++ b/.circleci/run-tests.sh @@ -28,7 +28,7 @@ if [ -n "${ARTIFACTS}" ]; then # case where we expect not to end up here. # Make sure we can actually write things to this directory. - sudo --user nobody mkdir -p "${ARTIFACTS}" + mkdir -p "${ARTIFACTS}" SUBUNIT2="${ARTIFACTS}"/results.subunit2