test: fix gitlab-ci
This commit is contained in:
parent
f87684a709
commit
3ea18befab
1 changed files with 7 additions and 1 deletions
|
@ -3,8 +3,14 @@ image: nishiki/molecule:docker
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- molecule --version
|
- molecule --version
|
||||||
|
- molecule destroy
|
||||||
|
|
||||||
|
after_script:
|
||||||
|
- molecule destroy
|
||||||
|
|
||||||
molecule:
|
molecule:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- molecule test
|
- molecule lint
|
||||||
|
- molecule converge
|
||||||
|
- molecule verify
|
||||||
|
|
Loading…
Reference in a new issue