diff options
author | Mario <mario@mariovavti.com> | 2020-11-26 10:24:00 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-11-26 10:24:00 +0000 |
commit | 138beeac41824394ad9a40e857ae9823e64e066c (patch) | |
tree | 9f3937f4947f72361ee8e71f096382e7882319cd /.gitlab-ci.yml | |
parent | 187364d94aacca093f665d43922405424c164b4b (diff) | |
download | volse-hubzilla-138beeac41824394ad9a40e857ae9823e64e066c.tar.gz volse-hubzilla-138beeac41824394ad9a40e857ae9823e64e066c.tar.bz2 volse-hubzilla-138beeac41824394ad9a40e857ae9823e64e066c.zip |
wrong path
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 094a8843a..d5477d8f2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,7 +41,7 @@ before_script: # Install dev libraries from composer - php ./composer.phar install --no-progress # php.ini settings -- echo 'xdebug.mode=coverage' >> /etc/php/php.ini +- echo 'xdebug.mode=coverage' >> /usr/local/etc/php/php.ini # hidden job definition with template for MySQL/MariaDB .job_template_mysql: &job_definition_mysql |