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

Do not run tests in parallel

parent f958ab76
No related branches found
No related tags found
No related merge requests found
Pipeline #87660 failed
......@@ -14,7 +14,7 @@ before_script:
.run-test:
stage: test
script:
- pytest --cov=b_asic --cov-report xml:cov.xml --cov-report term test -n auto -v
- pytest --cov=b_asic --cov-report xml:cov.xml --cov-report term test
- sphinx-build -b html docs_sphinx public
artifacts:
reports:
......
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