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

chore: Also add e2e tests so they are displayed in GitLab

parent a2389317
No related branches found
No related tags found
1 merge request!483Enable CI unit test reports
Pipeline #7689 passed
......@@ -110,7 +110,10 @@ e2e-bionic:
stage: test
script:
- source .venv/bin/activate
- pytest tests/e2e
- pytest --junitxml=report.xml tests/e2e
artifacts:
reports:
junit: report.xml
e2e-jammy:
......@@ -118,7 +121,10 @@ e2e-jammy:
stage: test
script:
- source .venv/bin/activate
- pytest tests/e2e
- pytest --junitxml=report.xml tests/e2e
artifacts:
reports:
junit: report.xml
docker-bionic-dev:
......
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