gitlab-ci: Run tests under xvfb

We create widgets so need a display.
This commit is contained in:
Guido Günther
2019-07-23 10:11:36 +02:00
parent aff71e0e33
commit 79dce7c4c3

View File

@ -28,6 +28,4 @@ test:
dependencies:
- build_meson
script:
- export LC_ALL=C.UTF-8
- ninja -C _build test
- xvfb-run -s -noreset ninja -C _build test