Commit 174601be authored by Anton Borisov's avatar Anton Borisov

Update .gitlab-ci.yml

parent 4c3c0d38
Pipeline #55 failed with stages
in 12 seconds
...@@ -8,7 +8,11 @@ k8s: ...@@ -8,7 +8,11 @@ k8s:
script: script:
- wget https://storage.googleapis.com/kubernetes-release/release/v1.6.4/bin/linux/amd64/kubectl && chmod +x ./kubectl - wget https://storage.googleapis.com/kubernetes-release/release/v1.6.4/bin/linux/amd64/kubectl && chmod +x ./kubectl
- ./kubectl cluster-info - ./kubectl cluster-info
only:
- test
tags:
- buidl1-dind
build: build:
stage: build stage: build
image: docker:stable image: docker:stable
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment