Add docker as runner tag
This commit is contained in:
parent
79b87086ef
commit
d850fd3872
|
|
@ -14,6 +14,7 @@ build_project:
|
||||||
- swift build
|
- swift build
|
||||||
tags:
|
tags:
|
||||||
- swift
|
- swift
|
||||||
|
- docker
|
||||||
|
|
||||||
test_project:
|
test_project:
|
||||||
stage: test
|
stage: test
|
||||||
|
|
@ -22,3 +23,4 @@ test_project:
|
||||||
- swift test
|
- swift test
|
||||||
tags:
|
tags:
|
||||||
- swift
|
- swift
|
||||||
|
- docker
|
||||||
Loading…
Reference in New Issue