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

Update .gitlab-ci.yml file

parent 76e8591e
No related branches found
No related tags found
No related merge requests found
......@@ -3,10 +3,10 @@ stages:
- release
- build
docker-build:
test docker:
# Use the official docker image.
image: docker:latest
stage: build
stage: test
services:
- docker:dind
before_script:
......@@ -43,7 +43,7 @@ release:
variables:
- $CI_COMMIT_TITLE =~ /^RELEASE:.+$/
build:
build docker:
stage: build
# Use the official docker image.
image: docker:latest
......
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