image: node:6.1.0 stages: - test before_script: - apt-get update -y - apt-get install -y python3-pip nodejs - pip3 install json-spec - npm install -g csslint test_json: stage: test script: - cd lab/ - json validate --schema-file=metadata.json --document-file=metadata.json test_css: stage: test script: - cd css/ - csslint libresocial.css