From f663a1ed9c97913057edbf8fe35678876cba2e2e Mon Sep 17 00:00:00 2001
From: "florian.azizian" <florian.azizian@maarch.org>
Date: Wed, 29 Apr 2020 16:55:03 +0100
Subject: [PATCH] FIX #11895 Test E2E

---
 .gitlab-ci.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5d274b8b7fc..8aa3995f925 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -61,10 +61,12 @@ job_e2e:
    - curl -o /dev/null --silent --head --write-out '%{http_code}\n' http://127.0.0.1/MaarchCourrier
    - firefox --version
    - npm run ee-launch --host=selenium__standalone-firefox
+   - ls -al test/e2e/screenshots/
+   - ls -al
  artifacts:
    paths:
-     - /var/www/html/MaarchCourrier/test/e2e/screenshots/*.png
-     - /var/www/html/MaarchCourrier/queries_error.log
+     - ../../../var/www/html/MaarchCourrier/test/e2e/screenshots/*.png
+     - ../../../var/www/html/MaarchCourrier/queries_error.log
    expire_in: 1 week  
    when: always
  allow_failure: true
-- 
GitLab