Skip to content
Snippets Groups Projects
Verified Commit dc1282dc authored by Erwan Rouchet's avatar Erwan Rouchet
Browse files

Send test reports to GitLab

parent bc1b3571
No related branches found
No related tags found
1 merge request!53Send test reports to GitLab
Pipeline #78190 passed
*.egg-info
*.pyc
.tox/
test-report.xml
......@@ -26,12 +26,18 @@ lint:
test:
image: python:3
stage: test
cache:
paths:
- .cache/pip
artifacts:
when: always
reports:
junit:
- test-report.xml
variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
ARKINDEX_API_SCHEMA_URL: schema.yml
......@@ -45,9 +51,8 @@ test:
# Download OpenAPI schema from last backend build
# Use internal S3 bucket URL to avoid cache issues
- curl https://teklia-assets-release.s3.eu-west-3.amazonaws.com/arkindex/openapi.yml > schema.yml
script:
- tox
- tox -- --junitxml=test-report.xml
test-cookiecutter:
image: python:3
......
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