From 3bb5ac201d559d8f92264ca4f159f8c1dbf69ba0 Mon Sep 17 00:00:00 2001 From: Piotr Gawron <piotr.gawron@uni.lu> Date: Mon, 12 Aug 2019 16:53:09 +0200 Subject: [PATCH] we can test on latest debian again --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7ec9a8b051..2ad4c0b422 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -325,7 +325,7 @@ build_debian_package: - debian/create-debian-pkg.sh test_upgrade_debian_package: - image: debian:stretch + image: debian stage: test only: - tags @@ -376,7 +376,7 @@ test_upgrade_debian_package: - test 1 = $(cat configuration.json| grep $version | wc -l) test_install_debian_package: - image: debian:stretch + image: debian stage: test only: - tags -- GitLab