Browse Source

Issue #210: Add the dind service

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
merge-requests/143/head
Tomás Cohen Arazi 4 years ago
parent
commit
998c1e49a1
  1. 7
      .gitlab-ci.yml

7
.gitlab-ci.yml

@ -1,8 +1,15 @@
image: docker:stable
services:
- docker:dind
stages:
- build
variables:
- DOCKER_HOST: tcp://docker:2375
- DOCKER_DRIVER: overlay2
bullseye:
stage: build
script:

Loading…
Cancel
Save