diff options
author | Mario <mario@mariovavti.com> | 2022-02-11 10:56:23 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-02-11 10:56:23 +0000 |
commit | 463806822c8fafd872bfe103cac363b0621cde24 (patch) | |
tree | 2a77bf30285a44917f351b396521a7f20415af6f /.gitlab-ci.yml | |
parent | b74c2f001d1bd5d9fc25a08de386527341daf451 (diff) | |
download | volse-hubzilla-463806822c8fafd872bfe103cac363b0621cde24.tar.gz volse-hubzilla-463806822c8fafd872bfe103cac363b0621cde24.tar.bz2 volse-hubzilla-463806822c8fafd872bfe103cac363b0621cde24.zip |
more ci testing
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 28eba23bf..8cca5f51f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,8 +40,7 @@ before_script: - docker-php-ext-enable xdebug - apt-get update - apt-get install zip unzip -- docker-php-ext-enable zip -- docker-php-ext-enable gd + # Install composer - curl -sS https://getcomposer.org/installer | php # Install dev libraries from composer |