diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000000000000000000000000000000000..1f0dc223ec5e5e8907ad137bc597e92dec630bd7 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,18 @@ +--- +image: quay.io/ansible/molecule:latest +sevices: + - docker:dind + +variables: + GIT_DEPTH: "1" + PIP_CACHE_DIR: "$CI_PROJECT_DIR/pip-cache" + +cache: + paths: + - "$CI_PROJECT_DIR/pip-cache" + key: "$CI_PROJECT_ID" + +molecule-lint: + stage: test + script: + - molecule lint