From 2de8d86140a03110e9f88a6ce2177fd7ec07ae53 Mon Sep 17 00:00:00 2001
From: inso <insomniak.fr@gmaiL.com>
Date: Mon, 26 Feb 2018 08:29:07 +0100
Subject: [PATCH] xbfv

---
 .gitlab-ci.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6fd60a02..062b051b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -37,6 +37,11 @@ push_to_github:
     - eval "$(pyenv init -)"
     - pyenv shell $PYENV_PYTHON_VERSION
     - export PATH=/opt/qt/5.9/5.9.4/gcc_64/bin:$PATH
+    - export XVFBARGS="-screen 0 1280x1024x24"
+    - export DISPLAY=:99
+    - /etc/init.d/xvfb start
+    - sleep 3
+
 
 build: &build
   <<: *env
-- 
GitLab