added docker tags to ci configuration

This commit is contained in:
Marvin Kaiser
2019-12-17 17:36:15 +01:00
parent 6e21697f2e
commit 6d97ec4b55

View File

@@ -2,10 +2,15 @@ image: maven:latest
build:
stage: build
tags:
- docker
script:
- make build
test:
stage: test
tags:
- docker
script:
- make runTest