From 4bcff31a94208d0434f043f75809edc7b3d0a2cc Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Thu, 12 Oct 2023 10:12:28 +0200 Subject: [PATCH] ci: Use dbus-run-session to ensure the fdo bus is available --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eb02c6f..a261ec9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ tests: - meson compile -C _build - meson test -C _build --suit "libmks" - cd tests - - BUILDDIR=_build xvfb-run ./functional.sh + - BUILDDIR=_build dbus-run-session xvfb-run -ad ./functional.sh - cd .. - rm -rf _build/subprojects - ninja coverage-html -C _build