diff options
| author | jvoisin | 2019-06-12 20:32:06 +0200 |
|---|---|---|
| committer | jvoisin | 2019-06-12 20:43:38 +0200 |
| commit | 3fe0d2800290c626c4d9b6146f96de1d46c25eec (patch) | |
| tree | 36b809364711594a0e581a8f907b6c00fcfaa623 | |
| parent | 0410dd1ee69f5040e0a81d57d20d860139b0c32c (diff) | |
Fix the fedora build in the CI
| -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 7d6b956..e8014f9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
| @@ -13,7 +13,7 @@ testsuite:fedora: | |||
| 13 | image: fedora | 13 | image: fedora |
| 14 | stage: testsuite | 14 | stage: testsuite |
| 15 | script: | 15 | script: |
| 16 | - dnf install -y php-devel gcc make | 16 | - dnf install -y php-devel gcc make pcre-devel |
| 17 | - make debug | 17 | - make debug |
| 18 | 18 | ||
| 19 | testsuite:ubuntu: | 19 | testsuite:ubuntu: |
