CI
This commit is contained in:
13
.gitlab-ci.yml
Normal file
13
.gitlab-ci.yml
Normal 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
|
||||
Reference in New Issue
Block a user