diff options
| -rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bc9d0d7..1d9fda5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,6 +32,9 @@ debian: - echo 'DISTRIBUTION=sid' > /etc/pbuilderrc - echo 'MIRRORSITE=http://http.debian.net/debian/' >> /etc/pbuilderrc + # Add sources, so apt-get build-dep works + - echo "deb-src https://deb.debian.org/debian sid main" >> /etc/apt/sources.list + # Install dependencies - apt-get update - apt-get install -y git |
