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

Switch to correct subdir for initing tests

parent e8aafcb9
No related branches found
No related tags found
No related merge requests found
......@@ -18,11 +18,12 @@ cache:
test_client:
script:
- cd app/client
- npm install
- node ./scripts/build.js
- npm run test
test_server:
script:
- cd app/server
- node ./scripts/build.js
- npm install
- 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