Update .gitlab-ci.yml

This commit is contained in:
2019-11-26 15:56:34 +01:00
committed by GitHub
parent b11f439fee
commit 48faca6e52

View File

@@ -11,9 +11,7 @@ cache:
test_async: test_async:
script: script:
- npm install - npm install
- node ./specs/start.js ./specs/async.spec.js
test_db: test_db:
script: script:
- npm install - npm install
- node ./specs/start.js ./specs/db-postgres.spec.js