Skip to content
Snippets Groups Projects
Commit cb0490d9 authored by Dobromir Palushev's avatar Dobromir Palushev
Browse files

fixed job runner's tag

parent 8e1b328e
No related branches found
No related tags found
Loading
......@@ -29,7 +29,7 @@ stages:
test-image:
stage: test
tags:
- docker-priviliged
- docker-privileged
image: docker:${DOCKER_VERSION}
services:
- name: docker:${DOCKER_VERSION}-dind
......@@ -46,7 +46,7 @@ build-image:
needs:
- 'test-image'
tags:
- docker-priviliged
- docker-privileged
image: docker:${DOCKER_VERSION}
services:
- name: docker:${DOCKER_VERSION}-dind
......
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