Commit f20c980d authored by Bob Van Landuyt's avatar Bob Van Landuyt

Fix version of MySQL in gitlab-ci.yml

parent 456e8019
...@@ -79,7 +79,7 @@ stages: ...@@ -79,7 +79,7 @@ stages:
.use-mysql: &use-mysql .use-mysql: &use-mysql
services: services:
- mysql:5.7 - mysql:5.7.24
- redis:alpine - redis:alpine
# BEGIN EE-only service helpers # BEGIN EE-only service helpers
...@@ -102,7 +102,7 @@ stages: ...@@ -102,7 +102,7 @@ stages:
.use-mysql-with-elasticsearch: &use-mysql-with-elasticsearch .use-mysql-with-elasticsearch: &use-mysql-with-elasticsearch
services: services:
- mysql:5.7 - mysql:5.7.24
- redis:alpine - redis:alpine
- docker.elastic.co/elasticsearch/elasticsearch:5.6.12 - docker.elastic.co/elasticsearch/elasticsearch:5.6.12
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment