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

Update .gitlab-ci.yml file

parent 5c9edeb8
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ Gradle Test:
image: griefed/baseimage-ubuntu-jdk-8:1.0.5
stage: Gradle Test
services:
- name: griefed/gitlab-ci-cd:1.0.2
- name: griefed/gitlab-ci-cd:1.0.1
alias: docker
variables:
project_name: $CI_PROJECT_NAME
......@@ -60,9 +60,9 @@ Release:
- job: 'Gradle Test'
artifacts: false
stage: Release
image: griefed/gitlab-ci-cd:1.0.2
image: griefed/gitlab-ci-cd:1.0.1
services:
- name: griefed/gitlab-ci-cd:1.0.2
- name: griefed/gitlab-ci-cd:1.0.1
alias: docker
variables:
project_name: $CI_PROJECT_NAME
......@@ -82,7 +82,7 @@ Build Release:
image: griefed/baseimage-ubuntu-jdk-8:1.0.5
stage: Build Release
services:
- name: griefed/gitlab-ci-cd:1.0.2
- name: griefed/gitlab-ci-cd:1.0.1
alias: docker
variables:
project_name: $CI_PROJECT_NAME
......@@ -162,7 +162,7 @@ pages:
image: griefed/baseimage-ubuntu-jdk-8:1.0.5
stage: Documentation
services:
- name: griefed/gitlab-ci-cd:1.0.2
- name: griefed/gitlab-ci-cd:1.0.1
alias: docker
variables:
project_name: $CI_PROJECT_NAME
......
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