diff options
author | Mario <mario@mariovavti.com> | 2022-02-11 11:22:03 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-02-11 11:22:03 +0000 |
commit | 6a377120bde4872cb93cfff744803c2108fd67b6 (patch) | |
tree | 59c22a829e0fbf52a196381db8f6cad7194e92f6 | |
parent | 502226b0a66285bf35bf37286c1437e9f4121a44 (diff) | |
download | volse-hubzilla-6a377120bde4872cb93cfff744803c2108fd67b6.tar.gz volse-hubzilla-6a377120bde4872cb93cfff744803c2108fd67b6.tar.bz2 volse-hubzilla-6a377120bde4872cb93cfff744803c2108fd67b6.zip |
lets try this
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bb63c1798..91d6c7147 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,9 +38,9 @@ before_script: # Install & enable Xdebug for code coverage reports - pecl install xdebug - apt-get update -- apt-get install zip unzip php8-gd +- apt-get install zip unzip - docker-php-ext-enable xdebug -- docker-php-ext-enable gd +- docker-php-ext-install gd # Install composer |