11 lines
189 B
YAML
11 lines
189 B
YAML
lint:
|
|
stage: test
|
|
image: registry.gitlab.com/etke.cc/base/build
|
|
script:
|
|
- just lint
|
|
|
|
unit:
|
|
stage: test
|
|
image: registry.gitlab.com/etke.cc/base/build
|
|
script:
|
|
- just test
|