diff --git a/script/ci/before.sh b/script/ci/before.sh
index 977f218a124fd954a97292467d5e0023872d455d..ca34bd6763ef0b3b3e34e88de76f6eb2fa581369 100755
--- a/script/ci/before.sh
+++ b/script/ci/before.sh
@@ -9,8 +9,8 @@ echo "Start Xvfb"
 sh -e /etc/init.d/xvfb start
 
 # Regenerate css files
-echo "Regenerating CSS files"
-bundle exec sass -q --update public/stylesheets/sass/:public/stylesheets/
+#echo "Regenerating CSS files"
+#bundle exec sass -q --update public/stylesheets/sass/:public/stylesheets/
 
 # Create a database.yml for the right database
 echo "Setting up database.yml for $DB"