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: 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