diff --git a/ci/Jenkinsfile.linux-nix b/ci/Jenkinsfile.linux-nix index 9b096b96b5..479058cbcf 100644 --- a/ci/Jenkinsfile.linux-nix +++ b/ci/Jenkinsfile.linux-nix @@ -173,7 +173,7 @@ pipeline { steps { catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { script { /* Needed for QGuiApplication to import QtQuick.Dialogs */ // wrap([ $class: 'Xvfb', autoDisplayName: true, parallelBuild: true, screen: '2560x1440x24', ]) { - nix.develop('make run-statusq-sanity-checker', pure: false) + nix.develop('QT_QPA_PLATFORM=offscreen CTEST_OUTPUT_ON_FAILURE=1 QT_DEBUG_PLUGINS=1 make run-statusq-sanity-checker', pure: false) } } } }