From e1dfe301aeeac19b39cb76fa733de4feeb842381 Mon Sep 17 00:00:00 2001 From: "florian.azizian" <florian.azizian@maarch.org> Date: Thu, 30 Apr 2020 14:35:25 +0100 Subject: [PATCH] FIX #11895 0:05 Test E2E --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5404cd6ecc1..fa7146bc6ee 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ services: - name: postgres:10.1 - command: ["-c", "datestyle='iso,dmy'"] + command: ["postgres", "-c", "datestyle='iso,dmy'"] - httpd:latest variables: -- GitLab