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

Gitlab-CI Test

parent 1aad276d
No related branches found
No related tags found
No related merge requests found
......@@ -7,16 +7,16 @@ stages:
job build dependencies:
stage: build
script: make build dependencies
script: mvn build dependencies
job build artifacts:
stage: build
script: make build artifacts
script: mvn build artifacts
job test:
stage: test
script: make test
script: mvn test
job deploy:
stage: deploy
script: make deploy
script: mvn 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