Skip to content

Commit

Permalink
fix gitlab-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
0tofu committed Jun 29, 2016
1 parent 6b93840 commit 18623f2
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .gitlab-ci.yml
@@ -1,6 +1,12 @@
image: node:5.11.1

all_tests:
scripts:
- npm install
before_script:
- npm install

stages:
- test

test_job:
stage: test
script:
- npm run mocha

0 comments on commit 18623f2

Please sign in to comment.