diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 41f02858a337155922016b362b9da1eb9a2cdf27..a954938f0a781b6da91ba62b33738b6fec4ba917 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