Update .gitlab-ci.yml

This commit is contained in:
Stanislav Nikitin 2018-11-28 03:44:28 +00:00
parent 73b8a5dd2a
commit ed94ae0fe1
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@ before_script:
test: test:
stage: test stage: test
tags: docker tags:
- docker
script: script:
- pwd - pwd
- go test -test.v -cover ./... - go test -test.v -cover ./...