diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3ca7df62e670a278eac8d5c21f8b2a78c0ed2c56..a4ec408b14ae9baf177e6c3b7a19594baf59041f 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