--- stages: - test test: image: golang:alpine stage: test script: - apk add build-base - go test -v ./... tags: - linux