From a27da81d863ffa45f483250b4a5872108b37256b Mon Sep 17 00:00:00 2001
From: Oscar Gustafsson <oscar.gustafsson@liu.se>
Date: Thu, 1 Sep 2022 06:51:38 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 41f02858..a954938f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -42,13 +42,8 @@ run-test-3.10:
 
 run-test-qt:
   image: python:3.10
-  stage: test
+  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
-  artifacts:
-      reports:
-        coverage_report:
-          coverage_format: cobertura
-          path: cov.xml
-- 
GitLab