Adding test stage

This commit is contained in:
Justin Dalrymple 2018-05-04 13:15:47 -04:00 committed by Justin
parent 0ae9065bf9
commit e47beaaacc

View File

@ -11,7 +11,7 @@ cache:
stages:
lint
build
# test
test
jobs:
include:
@ -19,6 +19,6 @@ jobs:
script: npm run lint
- stage: build
script: npm run build
# - stage: test
# script: npm run test:infrastrcture
- stage: test
script: npm run test:infrastrcture
# script: npm run test:services