[misc] cleanup unused dependency on redis

This commit is contained in:
Jakob Ackermann
2020-02-12 14:43:17 +01:00
parent 35f4589267
commit 2555dbdd36
3 changed files with 1 additions and 11 deletions
@@ -34,13 +34,8 @@ services:
depends_on:
mongo:
condition: service_healthy
redis:
condition: service_healthy
command: npm run test:acceptance
redis:
image: redis
mongo:
image: mongo:3.6