From 5ffe0fb68beaa4eeea1e719cf7e8ae95c009ac3f Mon Sep 17 00:00:00 2001
From: handreas <andreas.hamacher@monash.edu>
Date: Wed, 29 Jan 2020 01:17:39 +0000
Subject: [PATCH] improve yaml linting by using the configuration file

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 997dd74b..c1c6852e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -57,7 +57,7 @@ yamllint:
   script:
     - echo "stage yamllint"
     - cd CICD
-    - ansible-lint -x ANSIBLE0002 master_playbook.yml
+    - ansible-lint -c .yamllintconf.yaml -x ANSIBLE0002 master_playbook.yml
     - yamllint -c ./.yamllintheat.yaml ./heat
 
 build_cluster_cicd:
-- 
GitLab