From e2624704b1923a5d5e22ae490debb372b039c4a1 Mon Sep 17 00:00:00 2001 From: MJB <mjb@it-innovation.soton.ac.uk> Date: Tue, 27 Mar 2018 15:31:36 +0100 Subject: [PATCH] on_failure to clean up --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b265caa..4baa51c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,10 +28,10 @@ test:all: clean: stage: clean - depends: + dependencies: - test:all script: - vagrant --fixture=inputs -- destroy --force - vagrant --fixture=monitoring -- destroy --force - vagrant --fixture=scripts -- destroy --force - when: always + when: always \ No newline at end of file -- GitLab