diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f2fb912..6036801 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,10 @@ --- +image: nishiki/molecule:docker + +before_script: + - molecule --version + molecule: + stage: test script: - molecule test - tags: - - molecule