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

ci: Switch image to gitlab-ci-cd which provides for all jobs

parent fce02116
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ stages:
- build
test docker:
image: docker:latest
image: griefed/gitlab-cic-cd:1.0.0
stage: test
services:
- name: docker:dind
......@@ -86,7 +86,7 @@ test docker:
release:
needs: ['test docker']
stage: release
image: griefed/gitlab-semantic-release:latest
image: griefed/gitlab-cic-cd:1.0.0
services:
- name: docker:dind
alias: docker
......@@ -104,7 +104,7 @@ release:
- $CI_COMMIT_TITLE =~ /^RELEASE:.+$/
build:
image: docker:latest
image: griefed/gitlab-cic-cd:1.0.0
stage: build
services:
- name: docker: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