fix: Ensure env in CI

This commit is contained in:
Bouncey
2019-02-15 14:27:16 +00:00
committed by Stuart Taylor
parent 463a83b459
commit 9fa297207d

View File

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