[libgda] CI: fix mysql service declaration



commit a2bf6526a9977874d57fe940548cc41d0f5df85d
Author: Daniel Espinosa Ortiz <esodan gmail com>
Date:   Wed Jan 16 18:05:40 2019 +0000

    CI: fix mysql service declaration

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ce5007b78..76341fbb2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,7 @@ image: ubuntu:devel
 
 services:
   - postgres:latest
-  - mysql: latest
+  - mysql:latest
 
 stages:
   - build


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]