aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christopher Baklid <[email protected]>2018-06-05 22:58:21 +0200
committerGravatar Christopher Baklid <[email protected]>2018-06-05 22:58:21 +0200
commit4c830a3a4c072c3bdfda8384d50fa2b7e1d142b3 (patch)
treed037790dd2874241072137c9f5956009d8ff3206
parenttry without dind (diff)
grasping at straws
-rw-r--r--.gitlab-ci.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index caae177..69c05ca 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,8 +3,9 @@ image: pythondiscord/snekbox-ci:latest
variables:
DOCKER_DRIVER: overlay
-#services:
-# - docker:dind
+services:
+ - docker:dind
+ - rabbitmq:3.7.5-alpine
stages:
- build
@@ -12,6 +13,7 @@ stages:
build:
stage: build
script:
+ - docker ps
- pipenv sync --dev
- pipenv run lint
- pipenv run test