From 87012b65e120c3c25d9af96192608889f223569c Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Thu, 21 Mar 2019 11:35:40 +0100 Subject: [PATCH] add redis as service in CI for unittests --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5688add49..a4a7369c4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,6 +12,7 @@ stages: image: python:3.6 services: - postgres:latest + - redis:latest variables: POSTGRES_DB: passbook