From f626ea86aa5da202001c5110a71bf63df2d08e07 Mon Sep 17 00:00:00 2001 From: "Stanislav N. aka pztrn" Date: Tue, 17 Sep 2019 18:53:04 +0500 Subject: [PATCH] CI fix. --- .gitlab-ci.yml | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7039533..6fd5ddc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,6 +20,8 @@ test:1.12: stage: test tags: - docker + variables: + GO111MODULE: "on" script: - pwd - go test -test.v -cover ./... @@ -29,24 +31,8 @@ test:1.11: stage: test tags: - docker - script: - - pwd - - go test -test.v -cover ./... - -test:1.10: - image: golang:1.10.8 - stage: test - tags: - - docker - script: - - pwd - - go test -test.v -cover ./... - -test:1.9: - image: golang:1.9.7 - stage: test - tags: - - docker + variables: + GO111MODULE: "on" script: - pwd - go test -test.v -cover ./... \ No newline at end of file