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

CI-pipelinen korjausyritys 6

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