From fa034cccaf30aabfd6cdcb0e7d66c535fd2ceaec Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Wed, 7 Jun 2017 16:27:21 +0100 Subject: [PATCH] Added a '4' --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a505d38a6..f6a7c0a5e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -223,7 +223,7 @@ variables: # We need to install xvfb, and all of # the wxpython dependencies. - apt-get update -y - - apt-get install -y xvfb libnotify libgtk-3-0 + - apt-get install -y xvfb libnotify4 libgtk-3-0 - apt-get install -y freeglut3 libsdl1.2debian - apt-get install -y libwebkitgtk libgstreamer-plugins-base1.0 -- GitLab