From 15b4b451f1997267848fb7a23f7310adaff04f54 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Fri, 24 Apr 2020 15:18:55 +0200 Subject: Add missing dependencies for Ubuntu's CI --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 73181c5..78d28b5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,7 @@ testsuite:ubuntu: stage: testsuite script: - apt-get -qqy update - - DEBIAN_FRONTEND=noninteractive apt-get -qqy install --no-install-recommends php-dev gcc make + - DEBIAN_FRONTEND=noninteractive apt-get -qqy install --no-install-recommends php-dev gcc make libpcre3-dev php-cgi php-curl - make debug testsuite:alpine: -- cgit v1.3