diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a3b3137..34275de 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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