diff options
author | Mario <mario@mariovavti.com> | 2022-02-11 10:40:04 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-02-11 10:40:04 +0000 |
commit | 97584e046f410c6496cef21b8916379ee2ad8024 (patch) | |
tree | 4a697add287b4a6e49ef6921a6d327d02f9bd870 /.gitlab-ci.yml | |
parent | 09d2fce85ddf9db8e85e0f496fde61c0bbd55dde (diff) | |
download | volse-hubzilla-97584e046f410c6496cef21b8916379ee2ad8024.tar.gz volse-hubzilla-97584e046f410c6496cef21b8916379ee2ad8024.tar.bz2 volse-hubzilla-97584e046f410c6496cef21b8916379ee2ad8024.zip |
more ci testing
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8ba18d4ab..c355e8c8e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,6 +38,8 @@ before_script: # Install & enable Xdebug for code coverage reports - pecl install xdebug - docker-php-ext-enable xdebug +- docker-php-ext-enable zip +- docker-php-ext-enable gd # Install composer - curl -sS https://getcomposer.org/installer | php # Install dev libraries from composer |