Skip to content
Snippets Groups Projects
Commit 30016a3c authored by Griefed's avatar Griefed :joystick:
Browse files

text: Switch service image

parent a116507e
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ test docker:
image: griefed/gitlab-ci-cd:1.0.0
stage: test
services:
- name: docker:dind
- name: griefed/gitlab-ci-cd:1.0.0
alias: docker
command: ["--experimental"]
variables:
......@@ -88,7 +88,7 @@ release:
stage: release
image: griefed/gitlab-ci-cd:1.0.0
services:
- name: docker:dind
- name: griefed/gitlab-ci-cd:1.0.0
alias: docker
variables:
project_name: $CI_PROJECT_NAME
......@@ -107,7 +107,7 @@ build:
image: griefed/gitlab-ci-cd:1.0.0
stage: build
services:
- name: docker:dind
- name: griefed/gitlab-ci-cd:1.0.0
alias: docker
command: ["--experimental"]
variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment