fix: unbreak the test command

This commit is contained in:
Stuart Taylor
2019-02-15 23:54:14 +00:00
committed by mrugesh mohapatra
parent 354d3feaee
commit 81d6f15456

View File

@ -24,7 +24,7 @@ before_script:
jobs: jobs:
include: include:
- stage: Unit and Integration tests - stage: Unit and Integration tests
script: test script: npm test
- stage: Artifacts builds - stage: Artifacts builds
if: branch = master && type != pull_request if: branch = master && type != pull_request