Commit 4808204

mo <mo.khan@gmail.com>
2017-11-10 23:24:37
fix ci file.
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