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:
.use-mysql: &use-mysql
services:
- mysql:5.7
- mysql:5.7.24
- redis:alpine
# BEGIN EE-only service helpers
......@@ -102,7 +102,7 @@ stages:
.use-mysql-with-elasticsearch: &use-mysql-with-elasticsearch
services:
- mysql:5.7
- mysql:5.7.24
- redis:alpine
- 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