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