Skip to content
Snippets Groups Projects
Commit bc50fa40 authored by elijah's avatar elijah
Browse files

fix ci test

parent 5448925f
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -22,7 +22,7 @@ test: ...@@ -22,7 +22,7 @@ test:
stage: test stage: test
script: script:
- bundle install --path vendor/bundle --with test - bundle install --path vendor/bundle --with test
- rake test - bundle exec rake test
# trigger leap_platform pipeline # trigger leap_platform pipeline
trigger: trigger:
......
...@@ -44,6 +44,7 @@ spec = Gem::Specification.new do |s| ...@@ -44,6 +44,7 @@ spec = Gem::Specification.new do |s|
# test # test
s.add_development_dependency('minitest', '~> 5.0') s.add_development_dependency('minitest', '~> 5.0')
s.add_development_dependency('rake', '~> 11.0')
# console gems # console gems
s.add_runtime_dependency('gli','~> 2.12', '>= 2.12.0') s.add_runtime_dependency('gli','~> 2.12', '>= 2.12.0')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment