aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-03-15 18:25:53 +0100
committerMario <mario@mariovavti.com>2024-03-15 18:25:53 +0100
commit0b4e0863764e20fa13342b89487de574bd3f1fe4 (patch)
tree44cd2086129475de6d877ed4aa5b86ab32c76db3 /.gitlab-ci.yml
parent5af3c3577843a6f65c402c27607edca98233c08e (diff)
downloadvolse-hubzilla-0b4e0863764e20fa13342b89487de574bd3f1fe4.tar.gz
volse-hubzilla-0b4e0863764e20fa13342b89487de574bd3f1fe4.tar.bz2
volse-hubzilla-0b4e0863764e20fa13342b89487de574bd3f1fe4.zip
try installing git
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 76dc41334..3273d383b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,7 +29,7 @@ variables:
before_script:
# Install & enable Xdebug for code coverage reports
- apt-get update
- - apt-get install -yqq libicu-dev libjpeg-dev libpng-dev libpq-dev libyaml-dev libzip-dev mariadb-client postgresql-client unzip zip
+ - apt-get install -yqq libicu-dev libjpeg-dev libpng-dev libpq-dev libyaml-dev libzip-dev mariadb-client postgresql-client unzip zip git
- pecl install xdebug yaml
- docker-php-ext-enable xdebug yaml
- docker-php-ext-install gd bcmath intl pdo_mysql pdo_pgsql zip