diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e0197697ba85d92ec75d3d4930bdd40611fbc332..28d17d3703609b6214faeb18aebf98b9cca785ec 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,7 +26,7 @@ test_server: - cd app/server - npm install - PORT=3002 \ - MONGODB_URL=$MONGODB_URL \ + MONGODB_URL=mongodb://localhost:27017/test \ JWT_SECRET=$JWT_SECRET \ npm run test