From 54ccd3d0816970ff42638fa7cffdbf089b9a2576 Mon Sep 17 00:00:00 2001
From: Oscar Gustafsson <oscar.gustafsson@gmail.com>
Date: Mon, 12 Sep 2022 11:42:54 +0200
Subject: [PATCH] Fix doc build on CI

---
 .gitlab-ci.yml | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fa868840..50f36b81 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,10 +4,10 @@ stages:
 
 before_script:
   - apt-get update --yes
-  - apt-get install --yes build-essential cmake libfmt-dev pybind11-dev graphviz
+  - apt-get install --yes build-essential cmake libfmt-dev pybind11-dev graphviz python3-pyqt5 xvfb
   - python -m pip install --upgrade pip
   - python --version
-  - pip install pytest pytest-cov sphinx furo numpydoc
+  - pip install pytest pytest-cov sphinx furo numpydoc pytest-xvfb pytest-qt setuptools_scm
   - pip install .
   - pip show b_asic
 
@@ -38,14 +38,6 @@ run-test-3.10:
   image: python:3.10
   extends: ".run-test"
 
-run-test-qt:
-  image: python:3.10
-  extends: ".run-test"
-  script:
-    - apt-get install --yes xvfb python3-pyqt5
-    - pip install pytest-xvfb pytest-qt
-    - pytest --cov=b_asic --cov-report xml:cov.xml --cov-report term test
-
 pages:
   stage: deploy
   image: python:3.10
-- 
GitLab