12 lines
147 B
YAML
12 lines
147 B
YAML
stages:
|
|
- test
|
|
|
|
unit_tests:
|
|
stage: test
|
|
script:
|
|
- make test
|
|
|
|
shellcheck:
|
|
stage: test
|
|
script:
|
|
- make shellcheck
|