image: docker:dind
services:
- docker:dind
before_script:
- apk add make
test:
script:
- make lint
- make test
- make verify