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

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d346dc9604b..5d274b8b7fc 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -34,6 +34,7 @@ job_e2e:
  image: php:7.4-apache
  stage: test
  script:
+   - echo $CI_PROJECT_DIR
    - service apache2 start
    - mkdir -p /opt/maarch/docservers/indexes/{letterbox_coll,attachments_coll,version_attachments_coll}
    - mkdir -p /opt/maarch/docservers/{ai,manual,manual_attachments,templates,acknowledgement_receipts}
@@ -62,8 +63,8 @@ job_e2e:
    - npm run ee-launch --host=selenium__standalone-firefox
  artifacts:
    paths:
-     - test/e2e/screenshots/*.png
-     - 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