From c03b65a2090fd093119b49038da6ba00e2f28d3a Mon Sep 17 00:00:00 2001
From: "florian.azizian" <florian.azizian@maarch.org>
Date: Tue, 28 Apr 2020 08:49:53 +0100
Subject: [PATCH] FIX #11895 Test E2E

---
 .gitlab-ci.yml                | 1 +
 ci/docker_install_database.sh | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9532a078fb5..5be5c9555c8 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -36,6 +36,7 @@ job_e2e:
  image: php:7.4-apache
  stage: test
  script:
+   - ls -al /etc/postgresql/
    - service postgresql restart
    - sed -i -e "s/error_reporting = E_ALL \& ~E_DEPRECATED \& ~E_STRICT/error_reporting = E_ALL \& ~E_NOTICE \& ~E_DEPRECATED \& ~E_STRICT/g" /etc/php/7.4/apache2/php.ini \
    - sed -i -e "s/display_errors = Off/display_errors = On/g" /etc/php/7.4/apache2/php.ini \
diff --git a/ci/docker_install_database.sh b/ci/docker_install_database.sh
index 0eacf8d452d..4188337e550 100755
--- a/ci/docker_install_database.sh
+++ b/ci/docker_install_database.sh
@@ -12,4 +12,4 @@ apt-get install postgresql-client -yqq
 psql -h "postgres" -U "$POSTGRES_USER" -d "$POSTGRES_DB" -w < /builds/maarch/MaarchCourrier/sql/structure.sql
 psql -h "postgres" -U "$POSTGRES_USER" -d "$POSTGRES_DB" -w < /builds/maarch/MaarchCourrier/sql/data_fr.sql
 
-sed -i -e "s/datestyle = 'iso, mdy'/datestyle = 'iso, dmy'/g" /etc/postgresql/10/main/postgresql.conf
+# sed -i -e "s/datestyle = 'iso, mdy'/datestyle = 'iso, dmy'/g" /etc/postgresql/10/main/postgresql.conf
-- 
GitLab