Edit pipeline to add code quality?

This commit is contained in:
Frisk 2021-01-15 17:06:40 +00:00
parent ef8b2242d9
commit 1fe5cdbe9a

View file

@ -1,5 +1,8 @@
image: python:3.6-alpine
include:
- template: Code-Quality.gitlab-ci.yml
test:
type: test
script:
@ -11,4 +14,4 @@ test:
- python3.6 start.py --test
only:
- testing
- merge_requests
- merge_requests