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

Gitlab-CI Test

parent 6eb3f856
No related branches found
No related tags found
No related merge requests found
Pipeline #150 failed with stages
in 2 minutes and 7 seconds
image: maven:latest
stages:
- clean
- build
- test
- deploy
job build dependencies:
stage: build
script: mvn build dependencies
job clean:
stage: clean
script: mvn clean
job build artifacts:
job compile:
stage: build
script: mvn build artifacts
script: mvn compile
job test:
stage: test
......
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