summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJonas Ådahl <jadahl@gmail.com>2019-05-24 08:48:23 +0200
committerJonas Ådahl <jadahl@gmail.com>2019-05-24 09:23:22 +0200
commit468882ececfa928f88ba99f13d763e609885eb28 (patch)
tree92be20440f73473a7794a0a167b3d57dbe549214 /.gitlab-ci.yml
parentbe3c89d8237adfa6c4062867a0bdcdd5c840fad6 (diff)
downloadmutter-468882ececfa928f88ba99f13d763e609885eb28.tar.gz
ci: Run dconf update before running tests
Otherwise tests will fail due to the following warning: (mutter-test-runner:3700): dconf-WARNING **: 06:39:42.124: unable to open file '/etc/dconf/db/local': Failed to open file “/etc/dconf/db/local”: open() failed: No such file or directory; expect degraded performance https://gitlab.gnome.org/GNOME/mutter/merge_requests/591
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a7bd6f61c..20387db41 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -38,6 +38,7 @@ test-mutter:
MALLOC_CHECK_: "3"
NO_AT_BRIDGE: "1"
script:
+ - dconf update
- mkdir -m 700 $XDG_RUNTIME_DIR
- glib-compile-schemas $GSETTINGS_SCHEMA_DIR
- >