gitlabci: do not try installing Xvfb anymore.

As it's quite common way to be needed to run display
tests, it's now included in the base gnome-nightly
docker image.
This commit is contained in:
Jordan Petridis 2018-03-22 05:17:47 +02:00
parent 215e0f6291
commit c6c9f9fa12
No known key found for this signature in database
GPG key ID: CEABAD9F5683B9A6

View file

@ -15,8 +15,6 @@ flatpak:master:
image: registry.gitlab.com/alatiera/gnome-nightly-oci/gnome-master:latest
stage: test
script:
- dnf install -y xorg-x11-server-Xvfb
- flatpak-builder --stop-at=nautilus app build-aux/flatpak/org.gnome.Nautilus.json
# Make sure to keep this in sync with the Flatpak manifest, all arguments
# are passed except the config-args because we build it ourselves