Skip to content
Snippets Groups Projects
.gitlab-ci.yml 191 B
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 ..