aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2018-08-16 22:50:31 +0200
committerGravatar Johannes Christ <[email protected]>2018-08-16 22:50:31 +0200
commita8f7d763e91ae0851dbb8931fc4d346b2024754b (patch)
treeaa30c2cac9cc26640a9d931355b0acc87ac39888
parentAdd support for `create` & `destroy`. (diff)
Use `postgres` service on CI.
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 144260ff..58daa222 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -37,7 +37,8 @@ test:
- docker
stage: test
-# services:
+ services:
+ - name: postgres
# - name: rabbitmq:3.7.5-alpine
# alias: rabbit
#