git-sig/.gitlab-ci.yml

8 lines
80 B
YAML

before_script:
- docker info
test:
script:
- make lint
- make test