updated ci pipeline
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user