Skip to content
Snippets Groups Projects
Commit 1aad276d authored by Dennis Eisold's avatar Dennis Eisold
Browse files

Gitlab-CI Test

parent eadec763
No related branches found
No related tags found
No related merge requests found
Pipeline #148 failed with stages
in 27 seconds
image: maven:latest image: maven:latest
java: stages:
- build
- test
- deploy
job build dependencies:
stage: build
script: make build dependencies
job build artifacts:
stage: build
script: make build artifacts
job test:
stage: test stage: test
script: script: make test
- mvn verify
artifacts: job deploy:
reports: stage: deploy
junit: script: make deploy
- target/surefire-reports/TEST-*.xml
- target/failsafe-reports/TEST-*.xml
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment