From 4956c2f0a67d9afc130afebb3ef48762b4dfd670 Mon Sep 17 00:00:00 2001
From: Chris Hines <chris.hines@monash.edu>
Date: Mon, 11 Oct 2021 10:17:39 +1100
Subject: [PATCH] try to fix cache

---
 .gitlab-ci.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2ef16be0..fdb1d69b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -103,11 +103,11 @@ build_cluster_cicd:
 ansible_create_cluster_stage:
   stage: ansible_create_cluster_stage
       cache:
-    paths:
-      - CICD/inventory.yml
-      - CICD/tmp_key
-      - CICD/tmp_key.pub
-      - CICD/infra/os_vars.yml
+        paths:
+          - CICD/inventory.yml
+          - CICD/tmp_key
+          - CICD/tmp_key.pub
+          - CICD/infra/os_vars.yml
   tags:
   - ansible
   script:
-- 
GitLab