image: golang:1.12 stages: - test variables: GO111MODULE: "on" test: stage: test script: - cd ${CI_PROJECT_DIR} - make