check_validity:
  stage: test
  script:
    - python make.py newbox test
    - cd test
    - python ../make.py meta
    - grep "1.0" metadata.json
    - grep "test" metadata.json
    - cd ..