From f88a3c474456ef25c016805eecef808462b55666 Mon Sep 17 00:00:00 2001 From: "florian.azizian" <florian.azizian@maarch.org> Date: Wed, 29 Apr 2020 13:19:48 +0100 Subject: [PATCH] FIX #11895 Test E2E --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fc5212588e5..1b996cca3cc 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,6 +32,7 @@ before_script: job_e2e: image: php:7.4-apache services: + - postgres:10.1 - httpd:latest - selenium/standalone-firefox stage: test -- GitLab