From 8123404af68b22140085dd38f862b0b2d5baf554 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Thu, 10 Aug 2017 10:22:33 +0300 Subject: Attempt to test upon wheezy systems in addition to jessie. This is required because our status-hosts run on wheezy. --- .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 68db705..2c93759 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,14 @@ stages: - publish +test:wheezy: &test + image: $CI_REGISTRY/docker-images/layers:$DISTRO-ruby + stage: test + variables: + DISTRO: wheezy + script: + - make test + test:jessie: &test image: $CI_REGISTRY/docker-images/layers:$DISTRO-ruby stage: test -- cgit v1.2.1