aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-10-10 15:15:09 +0200
committerMario Vavti <mario@mariovavti.com>2018-10-10 15:15:09 +0200
commit562cde37f45428d4de57d09ab0fa0cf7af567f58 (patch)
tree127a85950e8152c39897f0a6de0b2b1f868720fb /.gitlab-ci.yml
parent263dea0e3661469fe9b637fc292692077439856e (diff)
downloadvolse-hubzilla-562cde37f45428d4de57d09ab0fa0cf7af567f58.tar.gz
volse-hubzilla-562cde37f45428d4de57d09ab0fa0cf7af567f58.tar.bz2
volse-hubzilla-562cde37f45428d4de57d09ab0fa0cf7af567f58.zip
probably that is the way to do it
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4760f4fd1..85ade4186 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,11 +10,13 @@ before_script:
# Install git, the php image doesn't have installed
- apt-get update -yqq
- apt-get install git -yqq
-- apt-get install php7.0-gd -yqq
# Install mysql driver
- docker-php-ext-install pdo_mysql
+# Install php-gd
+- docker-php-ext-install gd
+
# Install composer
- curl -sS https://getcomposer.org/installer | php