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