Commit 4808204
2017-11-10 23:24:37
1 parent
26b5739
Changed files (1)
.gitlab-ci.yml
@@ -4,8 +4,11 @@ before_script:
- ruby -v
- which ruby
- gem install bundler --no-ri --no-rdoc
- - cd saml-kit; bundle install --jobs $(nproc) "${FLAGS[@]}"
+ - cd saml-kit
+ - bundle install --jobs $(nproc) "${FLAGS[@]}"
rspec:
script:
- - cd saml-kit; bundle exec rspec
+ - pwd
+ - ls
+ - bundle exec rspec