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