From 26c8bad9cc4a6f576b3e6a50d81cfe2df50e8a87 Mon Sep 17 00:00:00 2001 From: Evangelos Ribeiro Tzaras Date: Mon, 5 Apr 2021 03:35:48 +0200 Subject: [PATCH] ci: add -noreset to xvfb-run invocation Fixes issues in CI `cannot open display`. Similar to 8cd90523 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7310ee3..2e61aa2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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