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