Files
autopicture-v3/.gitlab-ci.yml
2023-12-12 02:36:15 +01:00

15 lines
385 B
YAML

pytest:
image: python:3.10-alpine
only:
- main
script:
- sh tests/start_tests_gitlab.sh
- sed -i "s#<source>/builds/DasMoorhuhn/autopicture-v3/src</source>#<source>${CI_PROJECT_DIR}</source>#g" coverage.xml
artifacts:
name: "$CI_JOB_NAME"
reports:
junit: report.xml
coverage_report:
coverage_format: cobertura
path: coverage.xml