mirror of
https://github.com/usatiuk/ustk-todolist.git
synced 2025-10-28 23:57:49 +01:00
fix packages
This commit is contained in:
13
.gitlab-ci.yml
Normal file
13
.gitlab-ci.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
image: node:10
|
||||
|
||||
stages:
|
||||
- test
|
||||
|
||||
test:
|
||||
stage: test
|
||||
services:
|
||||
- mongo:4
|
||||
script:
|
||||
- npm i npm@latest -g
|
||||
- npm i && cd client && npm i
|
||||
- npm test
|
||||
Reference in New Issue
Block a user