From 8f668a801e364620583dd501e67e8fe4be36299d Mon Sep 17 00:00:00 2001 From: Oscar Gustafsson <oscar.gustafsson@gmail.com> Date: Tue, 21 Jun 2022 17:23:33 +0200 Subject: [PATCH] Prepare for testing the QT parts --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4f808078..7ab3f3d4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,9 +4,10 @@ stages: before_script: - apt-get update --yes - apt-get install --yes build-essential cmake libfmt-dev pybind11-dev + - apt-get install --yes xvfb qt5-default - python -m pip install --upgrade pip - python --version - - pip install pytest pytest-cov + - pip install pytest pytest-cov pytest-xvfb pytest-qt - pip install . - pip show b_asic -- GitLab