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