Skip to content
Snippets Groups Projects
Commit 79372768 authored by MJB's avatar MJB
Browse files

on_failure to clean up

parent 8032e37b
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ build:tests: ...@@ -12,7 +12,7 @@ build:tests:
- build/clmctest-SNAPSHOT.tar.gz - build/clmctest-SNAPSHOT.tar.gz
expire_in: 1 day expire_in: 1 day
test: test:all:
stage: test stage: test
dependencies: dependencies:
- build:tests - build:tests
...@@ -28,8 +28,10 @@ test: ...@@ -28,8 +28,10 @@ test:
clean: clean:
stage: clean stage: clean
depends:
- test:all
script: script:
- vagrant --fixture=inputs -- destroy --force - vagrant --fixture=inputs -- destroy --force
- vagrant --fixture=monitoring -- destroy --force - vagrant --fixture=monitoring -- destroy --force
- vagrant --fixture=scripts -- destroy --force - vagrant --fixture=scripts -- destroy --force
when: on_failure when: always
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment