diff --git a/ci/drone.yml b/ci/drone.yml index 4b4ce7b..ce10ce6 100644 --- a/ci/drone.yml +++ b/ci/drone.yml @@ -14,7 +14,7 @@ steps: - name: Unit Tests image: ad5001/ubuntu-pyside6-xvfb:noble-6.7.2-latex commands: - - bash scripts/run-tests.sh + - xvfb-run bash scripts/run-tests.sh when: event: [ push, tag ]