Skip to content
Snippets Groups Projects
Commit a27da81d authored by Oscar Gustafsson's avatar Oscar Gustafsson :bicyclist:
Browse files

Update .gitlab-ci.yml file

parent 8c9bfcab
No related branches found
No related tags found
No related merge requests found
Pipeline #74578 passed
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment