--- include: - remote: https://gitlab.com/megabyte-labs/gitlab-ci/-/raw/master/common.gitlab-ci.yml - remote: https://gitlab.com/megabyte-labs/gitlab-ci/-/raw/master/publish/semantic-release.gitlab-ci.yml integration:standalone: image: name: megabytelabs/yamllint:slim entrypoint: [''] script: - yamllint --version integration:codeclimate: image: megabytelabs/codeclimate:slim script: - task lint:codeclimate