From 8511deb10ebc9a7dc7024971cbd47ed7f30568d5 Mon Sep 17 00:00:00 2001 From: Andreas <andreasv@fsmpi.rwth-aachen.de> Date: Fri, 2 Aug 2019 21:33:41 +0200 Subject: [PATCH] disable tests for buster --- .gitlab-ci.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 56de331..b26e75b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,9 +31,11 @@ unittest: &unittest - .coverage - report.txt -unittest_buster: - <<: *unittest - image: debian:buster +# Buster is not supported for now +# +#unittest_buster: +# <<: *unittest +# image: debian:buster livetest: image: debian:stretch -- GitLab