From f9ca87c8a15897b40a5c33821e96a1e5343cc00a Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Wed, 13 Oct 2021 00:23:49 +0200 Subject: [PATCH] CI: add the deb-src of testing since we're based on testing not unstable --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 73e8f0dc1..21d5d32fd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,7 +30,7 @@ build_clazy_clang_tidy: only: - merge_requests before_script: - - echo 'deb-src http://deb.debian.org/debian unstable main' >> /etc/apt/sources.list + - echo 'deb-src http://deb.debian.org/debian testing main' >> /etc/apt/sources.list - apt-get update - apt-get install --yes eatmydata - eatmydata apt-get build-dep --yes --no-install-recommends okular