diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 04aa84b5308c7698c2b794e780b4a1b98c163b93..1e3e7318d6fe124c2453bd1c66098041ccee6979 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,8 +6,8 @@ image: python:latest
 # Only needed when using a docker container to run your tests in.
 # Check out: http://docs.gitlab.com/ce/ci/docker/using_docker_images.html#what-is-a-service
 services:
-  - name :mysql:latest
-    alias : db
+  mysql:latest
+    # alias : db
 #  - postgres:latest
 
 variables: