force test to run even if build hangs
Former-commit-id: e7a68417ae133402e1f53a6dbbdabbbfc2b3edf7
This commit is contained in:
parent
7685c3e206
commit
02d5f09206
@ -9,15 +9,14 @@ build:
|
||||
artifacts:
|
||||
paths:
|
||||
- src/
|
||||
allow_failure: true
|
||||
|
||||
make-test:
|
||||
needs: ["build"]
|
||||
stage: test
|
||||
script:
|
||||
- make test
|
||||
|
||||
node-redis-test:
|
||||
needs: ["build"]
|
||||
stage: test
|
||||
script:
|
||||
- mkdir node-redis-test
|
||||
|
Loading…
x
Reference in New Issue
Block a user