Skip to content
Snippets Groups Projects
Verified Commit d1db38a3 authored by Christian Dreher's avatar Christian Dreher
Browse files

chore: More pipeline fixes

parent 08f8cded
No related branches found
No related tags found
No related merge requests found
Pipeline #8217 failed
......@@ -38,7 +38,7 @@ markdown-lint:
before_script:
- pip install pymarkdownlnt
script:
- pymarkdown --config data/tools/pymarkdownlint.json scan -r docs *.md .gitlab > pymarkdown_report.txt || true
- pymarkdown --config data/tools/pymarkdownlint.json scan -r *.md .gitlab > pymarkdown_report.txt || true
- python scripts/python/lint_markdown.py pymarkdown_report.txt > pymarkdown_report.json
- cat pymarkdown_report.json
artifacts:
......@@ -53,7 +53,6 @@ unit-tests:
before_script:
- pip install pytest pytest-cov
script:
- source .venv/bin/activate
- coverage run -m pytest --junitxml=report.xml tests/unit
- coverage report
- coverage 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