mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 20:07:36 +00:00
ci: add -noreset to xvfb-run invocation
Fixes issues in CI `cannot open display`. Similar to 8cd90523
This commit is contained in:
parent
32c89ca9dd
commit
26c8bad9cc
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ test:native:
|
|||
- build:native
|
||||
script:
|
||||
- export LC_ALL=C.UTF-8
|
||||
- xvfb-run ninja -C _build test
|
||||
- xvfb-run -s -noreset ninja -C _build test
|
||||
|
||||
build-gtkdoc:
|
||||
extends: build:native
|
||||
|
|
Loading…
Reference in a new issue