diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bab05f37ee4e28e101c1971dc2fddee07a20b9f1..87f292444bdd986b6de9598e25efd90887e5d120 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -62,6 +62,7 @@ yamllint:
     - yamllint -c ./.yamllintheat.yaml ./heat
 
 ansiblelint:
+  allow_failure: true
   stage: lint
   tags: 
   - ansiblelint
@@ -95,7 +96,6 @@ build_cluster_cicd:
 
 ansible_create_cluster_stage:
   stage: ansible_create_cluster_stage
-  allow_failure: false
   tags: 
   - ansible
   before_script: