mirror of
https://gitlab.com/chicken-riders/RcGcDw.git
synced 2025-02-23 00:24:09 +00:00
Edit pipeline to add code quality?
This commit is contained in:
parent
ef8b2242d9
commit
1fe5cdbe9a
|
@ -1,5 +1,8 @@
|
||||||
image: python:3.6-alpine
|
image: python:3.6-alpine
|
||||||
|
|
||||||
|
include:
|
||||||
|
- template: Code-Quality.gitlab-ci.yml
|
||||||
|
|
||||||
test:
|
test:
|
||||||
type: test
|
type: test
|
||||||
script:
|
script:
|
||||||
|
@ -11,4 +14,4 @@ test:
|
||||||
- python3.6 start.py --test
|
- python3.6 start.py --test
|
||||||
only:
|
only:
|
||||||
- testing
|
- testing
|
||||||
- merge_requests
|
- merge_requests
|
||||||
|
|
Loading…
Reference in a new issue