From b1cfea4746a563d8c3f0990c2ea54ef6a44b3887 Mon Sep 17 00:00:00 2001 From: Lars Beckers <larsb@fsmpi.rwth-aachen.de> Date: Thu, 9 May 2019 17:18:55 +0200 Subject: [PATCH] CI: add stretch main sources to list --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2f40a29..8912d0a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,6 +12,7 @@ variables: QUILT_PATCHES: "debian/patches" before_script: + - echo "deb-src http://ftp.halifax.rwth-aachen.de/debian/ stretch main" > /etc/apt/sources.list.d/stretch_src.list - apt-get update - apt-get install -y apt-utils -- GitLab