diff options
author | Mario <mario@mariovavti.com> | 2022-02-11 10:45:31 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-02-11 10:45:31 +0000 |
commit | 3ffd92a6c31aea268adb2b406f653eab2e697a03 (patch) | |
tree | e540cf49a0eb8e4862e71fe0d8ad8665b65c7225 /.gitlab-ci.yml | |
parent | 29b02e532979db5c30154f1e4d1dd1ad6189e2eb (diff) | |
download | volse-hubzilla-3ffd92a6c31aea268adb2b406f653eab2e697a03.tar.gz volse-hubzilla-3ffd92a6c31aea268adb2b406f653eab2e697a03.tar.bz2 volse-hubzilla-3ffd92a6c31aea268adb2b406f653eab2e697a03.zip |
more ci testing
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 95303541c..b026e1762 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,6 +38,7 @@ before_script: # Install & enable Xdebug for code coverage reports - pecl install xdebug - pecl install zip +- pecl install libzip - docker-php-ext-enable xdebug - docker-php-ext-enable zip - docker-php-ext-enable gd |