Skip to content
Snippets Groups Projects
Commit bdc85930 authored by Benjamin Bertrand's avatar Benjamin Bertrand
Browse files

Update elasticsearch version for gitlab-ci

Version shall be identical to the one used in production: 6.4.2
parent f0fe50da
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ test: ...@@ -46,7 +46,7 @@ test:
services: services:
- postgres:10 - postgres:10
- redis:4.0 - redis:4.0
- name: docker.elastic.co/elasticsearch/elasticsearch:6.4.1 - name: docker.elastic.co/elasticsearch/elasticsearch:6.4.2
alias: elasticsearch alias: elasticsearch
before_script: before_script:
- pip install -r requirements-dev.txt - pip install -r requirements-dev.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment