From 050c7126acf3a16d9de87fd89aa97994cbb45099 Mon Sep 17 00:00:00 2001
From: Oscar Gustafsson <oscar.gustafsson@gmail.com>
Date: Tue, 21 Jun 2022 17:34:29 +0200
Subject: [PATCH] Prepare for testing the QT parts

---
 .gitlab-ci.yml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3ca7df62..a4ec408b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -39,12 +39,6 @@ run-test-3.10:
   image: python:3.10
   extends: ".run-test"
 
-run-test-qt:
-  image: ubuntu-latest
-  script:
-    - apt-get install --yes xvfb qt5-default
-    - pip install pytest-xvfb pytest-qt
-
 run-gui-test:
   image: ubuntu-latest
   stage: test-gui
-- 
GitLab