Commit a4a5a812 authored by Björn Richerzhagen's avatar Björn Richerzhagen Committed by Jose Ignacio Monreal Bailey
Browse files

Update .gitlab-ci.yml

parent 5024df0f
......@@ -19,6 +19,8 @@ validate:
stage: build
script:
- 'mvn $MAVEN_CLI_OPTS test-compile'
only:
- master
image: maven:3.3.9-jdk-8
# For merge requests do not `deploy` but only run `verify`.
......@@ -27,6 +29,8 @@ verify:
stage: test
script:
- 'mvn $MAVEN_CLI_OPTS verify'
only:
- master
image: maven:3.3.9-jdk-8
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment