summaryrefslogtreecommitdiff
path: root/test/test.sh
diff options
context:
space:
mode:
authorPhilippe Lafoucrière <plafoucriere@gitlab.com>2018-12-17 14:41:03 +0000
committerPhilippe Lafoucrière <plafoucriere@gitlab.com>2018-12-17 14:41:03 +0000
commitf5ea1bc972743d593fbb2f12678fbd095a12bed6 (patch)
tree076d26be9f18cf074609c11f77a35bf487db8cae /test/test.sh
parent13b5483df2a71b0dfd94f2e3acb727aa6d9104dd (diff)
parentfc9e0bbf58e25957ab547e8dc77dd180cbcc2649 (diff)
Merge branch 'license_finder_5.5.2' into 'master'
Bump LicenseFinder to 5.5.2 See merge request gitlab-org/security-products/license-management!8
Diffstat (limited to 'test/test.sh')
-rwxr-xr-xtest/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.sh b/test/test.sh
index 0130492..53c1805 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -2,7 +2,7 @@
set -e
-for project in ruby-bundler java-maven; do
+for project in ruby-bundler-rails java-maven; do
# Clone the test repository.
echo "Cloning the test repository https://gitlab.com/gitlab-org/security-products/tests/$project.git"
git clone "https://gitlab.com/gitlab-org/security-products/tests/$project.git" "/code/$project"