diff options
| author | jvoisin | 2020-06-07 20:16:56 +0200 |
|---|---|---|
| committer | jvoisin | 2020-06-07 20:16:56 +0200 |
| commit | c709d4f77869c7de84fb717723029bffaf3c3c0a (patch) | |
| tree | 254711d9464d3cfd88bf2458a447eb704f49000d | |
| parent | 048f4b48b727935a6378d8dc74d923a674aa7da1 (diff) | |
Install php-xml on the ubuntu runner on gitlab
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 78d28b5..75aa17e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
| @@ -21,7 +21,7 @@ testsuite:ubuntu: | |||
| 21 | stage: testsuite | 21 | stage: testsuite |
| 22 | script: | 22 | script: |
| 23 | - apt-get -qqy update | 23 | - apt-get -qqy update |
| 24 | - DEBIAN_FRONTEND=noninteractive apt-get -qqy install --no-install-recommends php-dev gcc make libpcre3-dev php-cgi php-curl | 24 | - DEBIAN_FRONTEND=noninteractive apt-get -qqy install --no-install-recommends php-dev gcc make libpcre3-dev php-cgi php-curl php-xml |
| 25 | - make debug | 25 | - make debug |
| 26 | 26 | ||
| 27 | testsuite:alpine: | 27 | testsuite:alpine: |
