* .gitlab-ci.yml: add Git to the installed packages.
This commit is contained in:
parent
141cc78aa4
commit
b95efd359c
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ image: debian:stretch
|
|||
|
||||
before_script:
|
||||
- apt update -qq
|
||||
- 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
|
||||
- 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
|
||||
|
||||
stages:
|
||||
- test
|
||||
|
|
Loading…
Add table
Reference in a new issue