CI: add the deb-src of testing since we're based on testing not unstable

remotes/origin/release/21.08
Albert Astals Cid 4 years ago
parent 9e2d256a6f
commit f9ca87c8a1
  1. 2
      .gitlab-ci.yml

@ -30,7 +30,7 @@ build_clazy_clang_tidy:
only: only:
- merge_requests - merge_requests
before_script: 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 update
- apt-get install --yes eatmydata - apt-get install --yes eatmydata
- eatmydata apt-get build-dep --yes --no-install-recommends okular - eatmydata apt-get build-dep --yes --no-install-recommends okular

Loading…
Cancel
Save