diff --git a/.drone.yml b/.drone.yml
index 973305f..e762120 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -2,12 +2,12 @@ pipeline:
   jekyll-build:
     image: jekyll/jekyll:latest
     commands:
-      # - touch Gemfile.lock
-      # - chmod a+w Gemfile.lock
-      # - chown -R jekyll:jekyll /drone
-      # - gem update --system
-      # - gem install bundler
-      # - bundle install
+      - touch Gemfile.lock
+      - chmod a+w Gemfile.lock
+      - chown -R jekyll:jekyll /drone
+      - gem update --system
+      - gem install bundler
+      - bundle install
       - bundle exec jekyll build