gitlab-ci: Pass --no-remove to apt-get where possible
authorMichel Dänzer <mdaenzer@redhat.com>
Fri, 6 Sep 2019 14:15:40 +0000 (16:15 +0200)
committerMichel Dänzer <michel@daenzer.net>
Wed, 18 Sep 2019 10:36:48 +0000 (10:36 +0000)
commit26fcc8baba161c177e7c1b31d5895e6ceb7420ed
tree2a6e378bd690879a8d3427402a87099e5cd55546
parent2259b4517489cd536a75e728b04d9e24a0d26476
gitlab-ci: Pass --no-remove to apt-get where possible

If installing new packages would require removing previously installed
ones, this flag causes apt-get to abort with an error instead,
preventing later obscure failures due to the missing packages.

Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
.gitlab-ci/debian-install.sh