--- kind: pipeline name: default steps: - name: molecule test image: python commands: - pip install -r requirements.txt - molecule test