From ca91faa0b7a3f90901f80a87f60a6c146a919ae4 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Tue, 24 Jan 2023 17:07:55 +0100 Subject: [PATCH] trying to fix warnings --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7ab84a5..b428ddd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,7 @@ tests: stage: Test variables: QT_QPA_PLATFORM: "offscreen" + XDG_RUNTIME_DIR: "/tmp/runtime-root" script: - pip install pytest pytest-random-order pytest-cov