Browse Source

Changed "bundle install" to "gem install bundler"

Nathan Schneider 4 years ago
parent
commit
0b34485e34
1 changed files with 1 additions and 2 deletions
  1. 1 2
      .gitlab-ci.yml

+ 1 - 2
.gitlab-ci.yml

@@ -5,9 +5,8 @@ stages:
 
 before_script:
   - apt-get update -qq && apt-get install -y -qq libcurl4-openssl-dev lftp
-  - bundle install
+  - gem install bundler
   - gem install jekyll
-  - gem install jekyll-theme-minima
 
 deploy_script:
   stage: deploy