diff options
| -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: |
