From f31828589310a5958713d6a745d56d16dbfd7b55 Mon Sep 17 00:00:00 2001
From: Maarten de Waard <maarten@greenhost.nl>
Date: Fri, 28 Jun 2019 16:39:53 +0200
Subject: [PATCH] change artifact location to test/cluster_data

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f1716ff63..e795f33a5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -40,7 +40,7 @@ bootstrap:
     - ANSIBLE_HOST_KEY_CHECKING=False python3 -u ./ci-bootstrap.py --create-droplet --create-domain-records --run-ansible --ansible-param skip-tags=helmfile
   artifacts:
     paths:
-    - test/rke.log
+    - test/cluster_data/rke.log
     - test/inventory.yml
     - test/group_vars/all/settings.yml
     expire_in: 1 month
-- 
GitLab