From 998827a3fa88ba91eea3ebf43fb8ab3a37d8223c Mon Sep 17 00:00:00 2001
From: Oscar Gustafsson <oscar.gustafsson@gmail.com>
Date: Thu, 14 Sep 2023 12:05:16 +0200
Subject: [PATCH] Install qt and xvfb

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 189c7cb..b3135bc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,6 +29,7 @@ cache:
 
 before_script:
   - apt-get update --yes
+  - apt-get install --yes python3-pyqt5 xvfb xdg-utils
   - python -m pip install --upgrade pip
   - python --version  # For debugging
   - pip install virtualenv
-- 
GitLab