Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
vadere
vadere
Commits
9a8df0e5
Commit
9a8df0e5
authored
Dec 20, 2017
by
Benedikt Kleinmeier
Browse files
Added ".gitlab-ci.yml" with first target "unit_tests_with_coverage".
parent
ed3a7d61
Pipeline
#41870
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
9a8df0e5
unit_tests_with_coverage
:
# A job is always executed within a stage.
# If no stage is set, it defaults to 'test'.
stage
:
test
# Here you can execute arbitrate terminal commands.
# If any of the commands returns a non zero exit code the job fails.
script
:
-
mvn test
\ No newline at end of file
Write
Preview
Supports
Markdown
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