mirror of
https://github.com/usatiuk/ustk-todolist.git
synced 2025-10-28 23:57:49 +01:00
fix yaml (?)
This commit is contained in:
@@ -1,14 +1,15 @@
|
|||||||
image: node:10
|
image: node:10
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- test_backend
|
- testBackend
|
||||||
|
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
paths:
|
paths:
|
||||||
- node_modules/
|
- node_modules/
|
||||||
- client/node_modules
|
- client/node_modules
|
||||||
|
|
||||||
test_backend:
|
testBackend:
|
||||||
stage: test
|
stage: test
|
||||||
services:
|
services:
|
||||||
- mongo:4
|
- mongo:4
|
||||||
|
|||||||
Reference in New Issue
Block a user