From bdc8593030a1511949af22de9c8ec8518bd8733a Mon Sep 17 00:00:00 2001
From: Benjamin Bertrand <benjamin.bertrand@esss.se>
Date: Fri, 5 Oct 2018 12:07:59 +0200
Subject: [PATCH] Update elasticsearch version for gitlab-ci

Version shall be identical to the one used in production: 6.4.2
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a88b561..bf0fda1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -46,7 +46,7 @@ test:
   services:
     - postgres:10
     - redis:4.0
-    - name: docker.elastic.co/elasticsearch/elasticsearch:6.4.1
+    - name: docker.elastic.co/elasticsearch/elasticsearch:6.4.2
       alias: elasticsearch
   before_script:
     - pip install -r requirements-dev.txt
-- 
GitLab