add redis as service in CI for unittests

This commit is contained in:
Jens Langhammer 2019-03-21 11:35:40 +01:00
parent 29913773a7
commit 87012b65e1
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ stages:
image: python:3.6
services:
- postgres:latest
- redis:latest
variables:
POSTGRES_DB: passbook