ccollect/.gitlab-ci.yml
2019-12-02 09:29:02 +01:00

12 lines
147 B
YAML

stages:
- test
unit_tests:
stage: test
script:
- make test
shellcheck:
stage: test
script:
- make shellcheck