force test to run even if build hangs

Former-commit-id: e7a68417ae133402e1f53a6dbbdabbbfc2b3edf7
This commit is contained in:
malavan 2021-06-18 16:16:19 +00:00
parent 7685c3e206
commit 02d5f09206

View File

@ -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