Skip to content

Commit d6f7c50

Browse files
committed
Fix path
1 parent 305d008 commit d6f7c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentinel/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ services:
1717
tests:
1818
image: ruby
1919
volumes:
20-
- ../../:/code
20+
- ../:/code
2121
command: bash -c "cd /code && bundle install && bundle exec sus sentinel/test"
2222
depends_on:
2323
- redis-master

0 commit comments

Comments
 (0)