image: docker:latest
services:
- docker:dind
before_script:
- docker info
test:
script:
- make lint
- make test