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
3 merge requests!20Unittests etc,!19Hardware Klasse, Unit Tests, Fixes für Walzen und Reflektor,!11Nach push automatisch alle Unit Tests ausführen lassen und Projekt compilieren
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