--- image: golang:1.12.9 variables: CGO_ENABLED: 0 stages: - test #- release test:unit: stage: test script: - make test_unit #release