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