Skip to content
Snippets Groups Projects
Commit a066a3a7 authored by Falk's avatar Falk :ping_pong:
Browse files

Update .gitlab-ci.yml

parent d85a86f0
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ test_server: ...@@ -26,7 +26,7 @@ test_server:
- cd app/server - cd app/server
- npm install - npm install
- PORT=3002 \ - PORT=3002 \
MONGODB_URL=mongodb://mongodb:27017/test \ MONGODB_URL='mongodb://mongodb:27017/test' \
JWT_SECRET=$JWT_SECRET \ JWT_SECRET=$JWT_SECRET \
npm run test npm run test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment