updated ci pipeline

This commit is contained in:
Marvin Kaiser
2019-12-17 17:43:18 +01:00
parent 6d97ec4b55
commit 9d71927241

View File

@@ -1,14 +1,13 @@
image: maven:latest
build: build:
image: maven:latest
stage: build stage: build
tags: tags:
- docker - docker
script: script:
- make build - mvn package
test: test:
image: ubuntu:latest
stage: test stage: test
tags: tags:
- docker - docker