check_validity: stage: test script: - python make.py newbox test - cd test - python ../make.py meta - grep "1.0" metadata.json - grep "example" metadata.json - vagrant up - vagrant destroy -f - cd ..