11 lines
129 B
YAML
11 lines
129 B
YAML
|
---
|
||
|
image: nishiki/molecule:docker
|
||
|
|
||
|
before_script:
|
||
|
- molecule --version
|
||
|
|
||
|
molecule:
|
||
|
stage: test
|
||
|
script:
|
||
|
- molecule test
|