test: use docker image for molecule
This commit is contained in:
parent
f0297e8c40
commit
6abc37e270
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,10 @@
|
||||||
---
|
---
|
||||||
|
image: nishiki/molecule:docker
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- molecule --version
|
||||||
|
|
||||||
molecule:
|
molecule:
|
||||||
|
stage: test
|
||||||
script:
|
script:
|
||||||
- molecule test
|
- molecule test
|
||||||
tags:
|
|
||||||
- molecule
|
|
||||||
|
|
Loading…
Reference in a new issue