From a7b0f2382c8eb2e7863464929b75a9a7f034c061 Mon Sep 17 00:00:00 2001
From: Erwan Rouchet <rouchet@teklia.com>
Date: Fri, 21 Sep 2018 16:51:48 +0200
Subject: [PATCH] Try removing Redis from GitLab CI

---
 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ff0bf0eb82..7de006a27c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,6 @@ backend-tests:
 
   services:
     - postgres:latest
-    - redis:latest
 
   variables:
     # For the postgres image
-- 
GitLab