Gitlab CI configuration fix.

This commit is contained in:
Stanislav Nikitin 2018-12-18 04:10:54 +05:00
parent e91109bcb8
commit c190580866
1 changed files with 3 additions and 5 deletions

View File

@ -1,5 +1,3 @@
image: golang:1.11.1
stages:
- test
@ -8,8 +6,8 @@ before_script:
- ln -s $CI_PROJECT_DIR ${GOPATH}/src/gitlab.com/pztrn/flagger
- cd ${GOPATH}/src/gitlab.com/pztrn/flagger
test:1.11.4:
image: golang:1.11.4
test:1.11:
image: golang:1.11.3
stage: test
tags:
- docker
@ -18,7 +16,7 @@ test:1.11.4:
- go test -test.v -cover ./...
test:1.10:
image: golang:1.10.7
image: golang:1.10.6
stage: test
tags:
- docker