Skip to content
Snippets Groups Projects
.gitlab-ci.yml 224 B
Newer Older
Luiz Gonçalves's avatar
Luiz Gonçalves committed
stages:
  - test

before_script:
  - npm install --global gulp gulp-cli babel babel-cli babel-core babel-register mocha
Luiz Gonçalves's avatar
Luiz Gonçalves committed
  - npm install

run_tests:
  stage: test
  script:
    - gulp build
Luiz Gonçalves's avatar
Luiz Gonçalves committed
  tags:
    - node