Browse Source

Update .gitlab-ci.yml

Yoginth 6 years ago
parent
commit
c70f3ee840
1 changed files with 0 additions and 13 deletions
  1. 0 13
      .gitlab-ci.yml

+ 0 - 13
.gitlab-ci.yml

@@ -31,19 +31,6 @@ Bindata:
         - wget https://gitlab.com/gitote/bindata/raw/master/go-bindata
         - make bindata
 
-Test:
-    image: golang:latest
-    before_script:
-        - apt-get update -qq
-        - apt-get install -y zip unzip
-    stage: test
-    script:
-        - mkdir -p $GOPATH/src/gitote
-        - cd $GOPATH/src/gitote
-        - git clone https://gitlab.com/gitote/gitote.git gitote
-        - cd gitote
-        - go test -v -cover -race ./...
-
 Clean:
     image: golang:alpine
     stage: test