diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b68e8b86ba47f005b11b0325200671d8f2f2609f..fdcfa4af17cd516098821a458bbd6d21528163c9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ variables: stages: # - integration_test_downstream # working but unwanted here # - trigger_pipeline_in_B # working but unwanted here - - yamllint + - lint - heat - ansible_create_cluster_stage - push_button_spawn_cluster @@ -51,7 +51,7 @@ stages: # #- CICD/.gitlab-ci.yml yamllint: - stage: yamllint + stage: lint allow_failure: true tags: - yamllint @@ -63,7 +63,7 @@ yamllint: ansiblelint: stage: yamlint - tags: yamllint + tags: ansiblelint script: - echo "stage ansiblelint" - cd CICD