From 625ef9f3c5edd9cc99222127347afe9fcc150118 Mon Sep 17 00:00:00 2001
From: handreas <andreas.hamacher@monash.edu>
Date: Sun, 2 Feb 2020 10:39:51 +0000
Subject: [PATCH] tests on the manual pipeline keyword

Former-commit-id: c657fcb432bddf70c7752626e07936722e6d03e2
---
 .gitlab-ci.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8eceeb19..50c0b9e8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,7 +8,6 @@ stages:
 #  - integration_test_downstream # working but unwanted here
 #  - trigger_pipeline_in_B   # working but unwanted here
   - lint
-  - delete_stack
   - extended
   - heat
   - ansible_create_cluster_stage
@@ -64,7 +63,7 @@ yamllint:
     - yamllint -c ./.yamllintheat.yaml ./heat
 
 delete_stack_manual:
-  stage: delete_stack
+  stage: heat
   tags:
   - heat
   before_script:
-- 
GitLab