The Nightly CI build fails at the "jrm" step where it merges all junit XML reports into one. It fails because it cannot create the merged file. Instead of trying to write to /tuleap, we should write to /output, which is the docker volume for test results.