diff --git a/script/ci/before_install.sh b/script/ci/before_install.sh index bf47e071f..bdbfc8ddf 100755 --- a/script/ci/before_install.sh +++ b/script/ci/before_install.sh @@ -6,5 +6,5 @@ envdir="$(readlink -e $(dirname $0))/../env" . "$envdir/ensure_right_rubygems" if [ "$BUILD_TYPE" = "cucumber" ]; then - sudo apt-get install -y firefox=16.0 + sudo apt-get install -y firefox=16.0.2 fi