This commit is contained in:
2023-12-12 00:56:52 +01:00
parent 0cf66c5781
commit 968c549bbe
5 changed files with 53 additions and 4 deletions

13
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,13 @@
pytest:
image: python:3.10-alpine
only:
- main
script:
- sh tests/start_tests_gitlab.sh
artifacts:
name: "$CI_JOB_NAME"
reports:
junit: report.xml
coverage_report:
coverage_format: cobertura
path: coverage.xml