mirror of
https://github.com/usatiuk/ustk-todolist.git
synced 2025-10-28 23:57:49 +01:00
fix gitlab ci
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
image: node:10
|
image: node:10
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- testBackend
|
- test-backend
|
||||||
|
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
@@ -9,8 +9,8 @@ cache:
|
|||||||
- node_modules/
|
- node_modules/
|
||||||
- client/node_modules
|
- client/node_modules
|
||||||
|
|
||||||
testBackend:
|
test-backend:
|
||||||
stage: test
|
stage: test-backend
|
||||||
services:
|
services:
|
||||||
- mongo:4
|
- mongo:4
|
||||||
script:
|
script:
|
||||||
|
|||||||
Reference in New Issue
Block a user