diff --git a/scripts/run-dashboard-index b/scripts/run-dashboard-index
index c7beca3c58e3..3a70ccd897e7 100755
--- a/scripts/run-dashboard-index
+++ b/scripts/run-dashboard-index
@@ -18,7 +18,7 @@ dest=${DEST:-docs@docs.yoctoproject.org:dashboard/}
 cd $builddir
 $scriptdir/release-parser.py $builddir/yocto-docs $builddir/repos/bitbake
 $scriptdir/layer-parser.py
-curl --silent --output $scriptdir/dashboard/testresults.json https://git.yoctoproject.org/yocto-testresults/plain/oeselftest/reproducible/qemux86-64/testresults.json
+curl --silent --show-error --output $scriptdir/dashboard/testresults.json https://git.yoctoproject.org/yocto-testresults/plain/oeselftest/reproducible/qemux86-64/testresults.json
 
 rsync -irlp --checksum --ignore-times releases.json ${dest}
 rsync -irlp --checksum --ignore-times parsed-layers.json ${dest}
