diff options
author | Mario <mario@mariovavti.com> | 2022-02-11 11:29:08 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-02-11 11:29:08 +0000 |
commit | 4195865965b24e94a97bfe2c838fe423153ae0fd (patch) | |
tree | 1db1a1d58dc2e1e20350033aa592a89052666bc1 | |
parent | de3f6fbebabb4381cc52ecef697bfa986c5c8704 (diff) | |
download | volse-hubzilla-4195865965b24e94a97bfe2c838fe423153ae0fd.tar.gz volse-hubzilla-4195865965b24e94a97bfe2c838fe423153ae0fd.tar.bz2 volse-hubzilla-4195865965b24e94a97bfe2c838fe423153ae0fd.zip |
add options
-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 b888d3bfa..782cd1d2a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,7 +38,7 @@ before_script: # Install & enable Xdebug for code coverage reports - pecl install xdebug - apt-get update -- apt-get install zip unzip libjpeg-dev libpng-dev +- apt-get install zip unzip libjpeg-dev libpng-dev -yqq - docker-php-ext-enable xdebug - docker-php-ext-install gd |