diff options
| author | jvoisin | 2021-01-05 18:24:47 +0100 |
|---|---|---|
| committer | jvoisin | 2021-01-05 18:24:47 +0100 |
| commit | 09e0eaded474eec77ec8faa93da5461ec769fa80 (patch) | |
| tree | 42a126cce1a8163d092621279606857a70f63e7b | |
| parent | 0aa00a1a2357a58e583e2732b6b90021bc192a52 (diff) | |
Fix the previous commit
| -rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8e8e2e5..90cfd00 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
| @@ -43,9 +43,11 @@ testsuite:php8.0: | |||
| 43 | extends: .php8 | 43 | extends: .php8 |
| 44 | image: php:8.0 | 44 | image: php:8.0 |
| 45 | 45 | ||
| 46 | ## Operating system images | ||
| 47 | |||
| 46 | testsuite:debian: | 48 | testsuite:debian: |
| 47 | extends: .php7 | 49 | extends: .php7 |
| 48 | image: debian:stable | 50 | image: debian:stable |
| 49 | before_script: | 51 | before_script: |
| 50 | - apt update | 52 | - apt update |
| 51 | - apt install -y --no-install-recommends php-dev | 53 | - apt install -y php-dev |
