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

FIX #11895 Test E2E

parent fd202dec
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,7 @@ job_e2e:
image: php:7.4-apache
stage: test
script:
- ls -al /etc/php/
- 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