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

fix gitlab test

parent 8e3ef4ba
Branches
Tags
No related merge requests found
Pipeline #
...@@ -21,10 +21,8 @@ build: ...@@ -21,10 +21,8 @@ build:
test: test:
stage: test stage: test
script: script:
- "gem install --user-install pkg/leap_cli-*.gem" - bundle install --path vendor/bundle --with test
- export PATH="$PATH:$(ruby -e 'puts Gem.user_dir')/bin" - rake test
- leap
- "rake test"
# trigger leap_platform pipeline # trigger leap_platform pipeline
trigger: trigger:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment