stages:
  - test

before_script:
  - sudo npm install -g
  - npm install

run_tests:
  stage: test
  script:
    - gulp && cd build/ && mocha
  tags:
    - node