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 0b1e8b5d9f7..fc1e26d41c7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
| @@ -28,7 +28,7 @@ image: debian:stretch | |||
| 28 | 28 | ||
| 29 | before_script: | 29 | before_script: |
| 30 | - apt update -qq | 30 | - apt update -qq |
| 31 | - DEBIAN_FRONTEND=noninteractive apt install --no-install-recommends -y -qq -o=Dpkg::Use-Pty=0 libc-dev gcc make autoconf automake libncurses-dev gnutls-dev | 31 | - DEBIAN_FRONTEND=noninteractive apt install --no-install-recommends -y -qq -o=Dpkg::Use-Pty=0 libc-dev gcc make autoconf automake libncurses-dev gnutls-dev git |
| 32 | 32 | ||
| 33 | stages: | 33 | stages: |
| 34 | - test | 34 | - test |