Skip to content
Snippets Groups Projects
Commit 362b3871 authored by Cédric Willekens's avatar Cédric Willekens
Browse files

Move build stage to use correct java version

parent 89e06ffd
No related branches found
No related tags found
No related merge requests found
......@@ -69,6 +69,11 @@ include:
- template: Security/License-Management.gitlab-ci.yml # https://gitlab.com/gitlab-org/gitlab-ce/blob/master/lib/gitlab/ci/templates/Security/License-Management.gitlab-ci.yml
- template: Security/SAST.gitlab-ci.yml # https://gitlab.com/gitlab-org/gitlab-ce/blob/master/lib/gitlab/ci/templates/Security/SAST.gitlab-ci.yml
build:
image: gradle:jdk12
stage: build
script: ./graldew build
test:
image: gradle:jdk12
stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment