This commit is contained in:
Sylvain LE GAL 2022-06-03 12:52:28 +02:00
parent 7b697ba99c
commit 4fc20cc880

View File

@ -6,15 +6,17 @@ pre-commit:
stage: lint
tags:
- shell
script:
- pre-commit run --all --show-diff-on-failure --verbose --color always
only:
- merge_requests
script:
- pre-commit run --all --show-diff-on-failure --verbose --color always
pytest:
stage: test
tags:
- shell
only:
- merge_requests
script:
- python3 -m venv /.gitlab-ci-venv
- source /.gitlab-ci-venv/bin/activate