From 9ed190307d3e2dc63b451fed646d2cffd2a3a8eb Mon Sep 17 00:00:00 2001 From: Bethea Davida <betheazia17@gmail.com> Date: Tue, 24 Apr 2018 09:38:47 +0700 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 04aa84b..1e3e731 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: -- GitLab