Update .gitlab-ci.yml

This commit is contained in:
Anthony Dumas 2019-11-26 15:56:34 +01:00 committed by GitHub
parent b11f439fee
commit 48faca6e52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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