Skip to content
Snippets Groups Projects
Commit a4d79d26 authored by Florian Azizian's avatar Florian Azizian
Browse files

FIX #11895 Test E2E

parent 82bc2c1c
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ stages:
- test
before_script:
- apt-get update > /dev/null
- apt-get update -yqq > /dev/null
- mkdir -p /usr/share/man/man1
- mkdir -p /usr/share/man/man7
#- apt-cache search chromium
......@@ -25,8 +25,6 @@ before_script:
#- mv wkhtmltox/bin/wkhtmlto* /usr/bin
#- chmod +x /usr/bin/wkhtmlto*
#- apt-get install libreoffice -yqq > /dev/null
#- apt-get install poppler-utils -yqq > /dev/null
#- apt-get install imagemagick -yqq > /dev/null
#- apt-get install npm -yqq > /dev/null
- apt-get install git -yqq > /dev/null
- bash ci/docker_install_php.sh > /dev/null
......@@ -36,7 +34,7 @@ job_e2e:
image: php:7.4-apache
stage: test
script:
- ls -al /etc/php/
- ls -al /usr/local/etc/php/conf.d/
- 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 \
- sed -i -e "s/short_open_tag = Off/short_open_tag = On/g" /etc/php/7.4/apache2/php.ini
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment