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
Loading
Pipeline #148 failed with stages
in 27 seconds
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
script:
- mvn verify
artifacts:
reports:
junit:
- target/surefire-reports/TEST-*.xml
- target/failsafe-reports/TEST-*.xml
\ No newline at end of file
script: make test
job deploy:
stage: deploy
script: make deploy
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