diff options
author | Jordan Petridis <jordanpetridis@protonmail.com> | 2018-03-22 05:17:47 +0200 |
---|---|---|
committer | Jordan Petridis <jordanpetridis@protonmail.com> | 2018-03-22 05:17:47 +0200 |
commit | c6c9f9fa1275d879e988939d902943caa3cc1a8b (patch) | |
tree | 7803a9ec883431a9f01c9e9267444a341a6d43bb | |
parent | 215e0f62919bec6bae15e05605e559e4ed89ee31 (diff) | |
download | nautilus-c6c9f9fa1275d879e988939d902943caa3cc1a8b.tar.gz |
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.
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 26091de22..d0e144140 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 |