aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-06-06 15:25:12 +0100
committerGravatar Gareth Coles <[email protected]>2018-06-06 15:25:12 +0100
commit42b86a9d7d6fbdc6d2569058ce2ed63a9d2291fb (patch)
tree971f3c6e5b4e8c2b445dca513dd6d181c7dfc350 /.gitlab-ci.yml
parent[CI] And ruby-irb (diff)
[CI] Add RDB/RMQ hosts
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 48a16276..727d67bc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,8 @@ image: python:3.6-alpine3.7
variables:
PIPENV_VENV_IN_PROJECT: 1
PIPENV_IGNORE_VIRTUALENVS: 1
- RABBITMQ_HOST: localhost
+ RABBITMQ_HOST: rabbit
+ RETHINKDB_HOST: rethinkdb
services:
- docker:dind