aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-06-06 20:30:02 +0100
committerGravatar Gareth Coles <[email protected]>2018-06-06 20:30:02 +0100
commita4243c4845b68a2dbe48130d261b7d339c294a74 (patch)
tree3ec577c8d60681858853efabd983a1dfc05c8e94 /.gitlab-ci.yml
parentRabbitMQ service discovery (diff)
[CI] Tag builds with "docker"
Diffstat (limited to '')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9fd965f1..9ada33d1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,6 +22,9 @@ stages:
- build
test:
+ tags:
+ - docker
+
stage: test
services:
- name: rabbitmq:3.7.5-alpine
@@ -45,6 +48,9 @@ test:
- pipenv run test
build:
+ tags:
+ - docker
+
services:
- docker:dind