From 401888d323b93aa5c3e6f3b8a0cef4d8b91ebce8 Mon Sep 17 00:00:00 2001
From: SP Mohanty <spmohanty91@gmail.com>
Date: Wed, 24 Apr 2019 02:57:06 +0200
Subject: [PATCH] Update gi config for pyqt support

---
 .gitlab-ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4aabd8b8..671e9263 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,5 +9,7 @@ before_script:
 
 tests:
     script:
+        - apt update
+        - apt install -y libgl1-mesa-glx xvfb
         - pip install tox
-        - tox
+        - xvfb-run -s "-screen 0 800x600x24" tox
-- 
GitLab