--- # gitLab ci stages stages: # stages - "linting" - "build" - "deployment" # include jobs include: # deployment - local: ".gitlab/build.yaml" - local: ".gitlab/deployment.yaml" - local: ".gitlab/linting.yaml" - component: "$CI_SERVER_FQDN/components/yamllint/yamllint@1.0.2"