Add docker as runner tag

This commit is contained in:
Christian Treffs 2019-08-22 17:14:51 +02:00
parent 79b87086ef
commit d850fd3872
1 changed files with 3 additions and 1 deletions

View File

@ -14,6 +14,7 @@ build_project:
- swift build
tags:
- swift
- docker
test_project:
stage: test
@ -22,3 +23,4 @@ test_project:
- swift test
tags:
- swift
- docker