From 1d6149689557f3e1ba691b44771324189c347bc6 Mon Sep 17 00:00:00 2001
From: Luhan Cheng <lche0021@student.monash.edu>
Date: Thu, 30 Jan 2020 16:01:48 +1100
Subject: [PATCH] use python3 instead of python

Former-commit-id: dcfad55f89ce15f4e11392ba989e69f181bf805c
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 87f29244..48993503 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -69,7 +69,7 @@ ansiblelint:
   script:
     - echo "stage ansiblelint"
     - cd CICD
-    - python ansiblelint/run_lint.py --targets master_playbook.yml
+    - python3 ansiblelint/run_lint.py --targets master_playbook.yml
     
 
 build_cluster_cicd:
-- 
GitLab