diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index becda7e..0d8f2b6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ test-server: stage: test script: - mkdir /go/src/cwtch.im - - ln -s /builds/BrassHornComms/cwtch /go/src/cwtch.im/cwtch + #- ln -s /builds/BrassHornComms/cwtch /go/src/cwtch.im/cwtch - cd /go/src/cwtch.im/cwtch/server/app/ - go get - go tool vet -composites=false -shadow=true *.go @@ -21,12 +21,12 @@ test-client: stage: test script: - mkdir /go/src/cwtch.im - - ln -s /builds/BrassHornComms/cwtch /go/src/cwtch.im/cwtch + #- ln -s /builds/BrassHornComms/cwtch /go/src/cwtch.im/cwtch - cd /go/src/cwtch.im/cwtch/app/cli/ - go get - go tool vet -composites=false -shadow=true *.go - go test - # We don't really care about the client here but it's useful to know what;s + # We don't really care about the client here but it's useful to know what's # happening on t'other side of the coin allow_failure: true