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: ...@@ -42,13 +42,8 @@ run-test-3.10:
run-test-qt: run-test-qt:
image: python:3.10 image: python:3.10
stage: test extends: ".run-test"
script: script:
- apt-get install --yes xvfb python3-pyqt5 - apt-get install --yes xvfb python3-pyqt5
- pip install pytest-xvfb pytest-qt - pip install pytest-xvfb pytest-qt
- pytest --cov=b_asic --cov-report xml:cov.xml --cov-report term test - 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.
Please register or to comment