Skip to content
Snippets Groups Projects
Commit 4ceb0417 authored by Joonas Seppä's avatar Joonas Seppä
Browse files

CI-pipelinen korjausyritys 6

parent 1067aea6
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
......@@ -3,4 +3,5 @@ image: node:latest
test:
stage: test
script:
- npm install --global mocha
- cd realNodeServer && npm test
\ No newline at end of file
......@@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"start": "npm start",
"test": "Mocha"
"test": "mocha"
},
"keywords": [],
"author": "",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment