summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Petridis <jordanpetridis@protonmail.com>2018-05-22 14:53:07 +0000
committerJordan Petridis <jordanpetridis@protonmail.com>2018-05-22 19:48:23 +0300
commit91cc228171f1702455567ebc54a5298feb3d4aa8 (patch)
tree63ce360d20ad543566e39f1a42cc168870eb33fd
parent4b28831306d9135a197f411e3e6fac6ec684b00e (diff)
downloadnautilus-91cc228171f1702455567ebc54a5298feb3d4aa8.tar.gz
CI: Re-Enable the display tests
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 72fd1dee0..57d22bc46 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,11 +14,11 @@ stages:
- ninja test
flatpak:
- image: registry.gitlab.com/alatiera/flatpak-docker-images/gnome:3.28
+ image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:3.28
stage: test
variables:
MANIFEST_PATH: "build-aux/flatpak/org.gnome.Nautilus.json"
- MESON_ARGS: "-Dprofile=development -Dtests=headless"
+ MESON_ARGS: "-Dprofile=development -Dtests=all"
FLATPAK_MODULE: "nautilus"
RUNTIME_REPO: "https://sdk.gnome.org/gnome-nightly.flatpakrepo"
DBUS_ID: "org.gnome.NautilusDevel"
@@ -33,7 +33,7 @@ flatpak:
# Generate a Flatpak bundle
- flatpak build-bundle repo ${BUNDLE} --runtime-repo=${RUNTIME_REPO} ${DBUS_ID}
# Run automatic tests inside the Flatpak env
- - flatpak build app ninja -C _build test
+ - xvfb-run -a -s "-screen 0 1024x768x24" flatpak build app ninja -C _build test
artifacts:
paths:
- ${BUNDLE}