From aa02edcbfba616bd04b660a10126d3efce7268cc Mon Sep 17 00:00:00 2001 From: Ivo De Decker Date: Mon, 2 Sep 2019 23:12:33 +0200 Subject: [PATCH] ci: switch sid tests to bullseye and allow failure Signed-off-by: Ivo De Decker --- .gitlab-ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d398f19..65ba1f6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,18 +14,21 @@ tests-buster: - apt-get install -y python3 python3-apt python3-yaml python3-coverage python3-pycodestyle pycodestyle python3-pytest python3-pytest-cov git rsync libclass-accessor-perl libdpkg-perl libyaml-syck-perl - ci/gitlab-ci-runner --with-coverage artifacts: + when: always paths: - coverage - codestyle -tests-sid: +tests-bullseye: stage: test - image: debian:sid + image: debian:bullseye + allow_failure: true script: - apt-get update - apt-get install -y python3 python3-apt python3-yaml python3-coverage python3-pycodestyle pycodestyle python3-pytest python3-pytest-cov git rsync libclass-accessor-perl libdpkg-perl libyaml-syck-perl - ci/gitlab-ci-runner --with-coverage artifacts: + when: always paths: - coverage - codestyle