summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/docker-test2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/docker-test b/bin/docker-test
index cfaf049..3243fbc 100755
--- a/bin/docker-test
+++ b/bin/docker-test
@@ -10,7 +10,7 @@ echo "Scanning $PROJECT_PATH"
if [ -n "${LM_HOME:-}" ]; then
gem build ./*.gemspec
mkdir -p pkg/
- mv *.gem pkg/
+ mv ./*.gem pkg/
./run.sh analyze "$PROJECT_PATH"
else
export IMAGE_NAME=${IMAGE_NAME:-$(basename "$PWD"):latest}