From fe7b0d698ababc3d755e556c3346c954ac5e9f53 Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Wed, 31 Jan 2018 13:59:14 -0500 Subject: [PATCH] Move back to default postgres image --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ca6b864..4a4dede 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ before_script: - php composer.phar install --ignore-platform-reqs services: - mysql:latest - - postgres:alpine + - postgres:latest variables: MYSQL_ROOT_PASSWORD: foo-bar-baz