From 6c3dd57f50154c8be904e038830c446d427247f1 Mon Sep 17 00:00:00 2001 From: Kenzo-Hugo Hillion <kenzo-hugo.hillion1@pasteur.fr> Date: Tue, 15 Sep 2020 13:09:16 +0000 Subject: [PATCH] update service for gitlab-ci (cherry picked from commit b1397b4d49ba2fb2cf9bcbdfc76ce035f75d706e) --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c8129a1..155deb1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ stages: # 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: - - docker:dind + - docker:18-dind variables: POSTGRES_DB: postgres -- GitLab