added docker tags to ci configuration
This commit is contained in:
@@ -2,10 +2,15 @@ image: maven:latest
|
|||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
|
tags:
|
||||||
|
- docker
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- make build
|
- make build
|
||||||
|
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
|
tags:
|
||||||
|
- docker
|
||||||
script:
|
script:
|
||||||
- make runTest
|
- make runTest
|
||||||
|
|||||||
Reference in New Issue
Block a user