diff --git a/cmake/run_nightly_tests_cmake.sh.in b/cmake/run_nightly_tests_cmake.sh.in
index f63abbf14beedb6ed1e40c22c841fac01c7a69f3..27b268edd5bcfd277a9cfcf2e3cf6d1512ba4add 100644
--- a/cmake/run_nightly_tests_cmake.sh.in
+++ b/cmake/run_nightly_tests_cmake.sh.in
@@ -67,8 +67,8 @@ else
 fi
 export CORALCOOL_QMTEST_WORKDIR=$tmpdir
 echo "Using CORALCOOL_QMTEST_WORKDIR=${CORALCOOL_QMTEST_WORKDIR}"
-tmpout=$tmpdir/results.qmr
-qmtestRun="qmtest run"
+tmpout=$tmpdir/qmtestoutput
+qmtestRun="qmtest run --no-output"
 if [ `${ccrun} python -c 'import platform; print (platform.system())'` == "Darwin" ]; then qmtestRun="python `${ccrun} which qmtest` run"; fi # CORALCOOL-2884
 echo Execute ${ccrun} ${qmtestRun} -f brief $tests
 ${ccrun} ${qmtestRun} -f brief $tests > $tmpout