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

Update .gitlab-ci.yml

parent ffed968e
...@@ -17,6 +17,8 @@ validate: &validate ...@@ -17,6 +17,8 @@ validate: &validate
stage: build stage: build
script: script:
- 'mvn $MAVEN_CLI_OPTS test-compile' - 'mvn $MAVEN_CLI_OPTS test-compile'
only:
- master
image: maven:3.3.9-jdk-8 image: maven:3.3.9-jdk-8
# For merge requests do not `deploy` but only run `verify`. # For merge requests do not `deploy` but only run `verify`.
# See https://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html # See https://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html
...@@ -24,4 +26,6 @@ verify: &verify ...@@ -24,4 +26,6 @@ verify: &verify
stage: test stage: test
script: script:
- 'mvn $MAVEN_CLI_OPTS verify' - 'mvn $MAVEN_CLI_OPTS verify'
only:
- master
image: maven:3.3.9-jdk-8 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