Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simonstrator
PeerfactSim.KOM
Commits
3425e687
Commit
3425e687
authored
May 07, 2018
by
Björn Richerzhagen
Committed by
Jose Ignacio Monreal Bailey
Aug 20, 2019
Browse files
Update .gitlab-ci.yml
parent
ffed968e
Changes
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
3425e687
...
...
@@ -17,6 +17,8 @@ validate: &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`.
# See https://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html
...
...
@@ -24,4 +26,6 @@ verify: &verify
stage
:
test
script
:
-
'
mvn
$MAVEN_CLI_OPTS
verify'
only
:
-
master
image
:
maven:3.3.9-jdk-8
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment