diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f67fb5c9e4aea4866c2ee7f15785158cf97767c8..dbb6357708fce2c20f91f7bd1acd7802446b78e6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,9 +27,16 @@ image: $CI_REGISTRY_IMAGE stages: - setup + - testgo - test - deploy +testgo: + tags: [ docker ] + stage: testgo + script: + - echo $GOPATH + - echo $PATH # Build a docker image in which tests for this repository can run build-testenv: @@ -73,6 +80,7 @@ pages: #only: #- web script: + - export PATH=$PATH:$GOPATH/bin - GO111MODULE=on /usr/lib/go-1.15/bin/go get github.com/pseudomuto/protoc-gen-doc/cmd/protoc-gen-doc@v1.4.1 - mkdir -p build - cd build