fix: unbreak the test command
This commit is contained in:
committed by
mrugesh mohapatra
parent
354d3feaee
commit
81d6f15456
@ -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
|
||||||
|
Reference in New Issue
Block a user