From e8f3e7571bab28989851b8b06204d33e386391a7 Mon Sep 17 00:00:00 2001
From: Maarten de Waard <maarten@greenhost.nl>
Date: Thu, 22 Aug 2019 14:32:24 +0200
Subject: [PATCH] hope this triggers the cluster_setup stage

---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 47dd18f5c..1cf499e4f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -40,7 +40,7 @@ bootstrap:
     - python3 -m openappstack $CI_PIPELINE_ID install --ansible-param skip-tags=helmfile
   artifacts:
     paths:
-    - clusters
+    - ./clusters
     expire_in: 1 month
     when: always
   only:
@@ -48,6 +48,7 @@ bootstrap:
       - ansible/**/*
       - helmfiles/**/*
       - test/**/*
+      - openappstack/**/*
 
 install:
   stage: install-apps
-- 
GitLab