summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/docker-test2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/docker-test b/bin/docker-test
index 706eea6..a30507d 100755
--- a/bin/docker-test
+++ b/bin/docker-test
@@ -6,4 +6,4 @@ cd "$(dirname "$0")/.."
IMAGE=$(basename $PWD):latest
docker build . -t $IMAGE
-docker run $IMAGE bundle exec rake
+docker run $IMAGE bin/test