diff options
author | varac <varacanero@zeromail.org> | 2016-07-13 15:32:01 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2016-07-14 20:19:19 +0200 |
commit | 1fd39d9d39b55102739c696fb14a76b47edcf1f7 (patch) | |
tree | 86442173590dde923e5a71cdda289155adf877c0 /.gitlab-ci.yml | |
parent | 7220d5136022b1ef88579a78f6d70a0265bb4b18 (diff) |
Use bundled version of leap_cli for tests
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ccbbc70e..9f121b9a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,6 @@ before_script: stages: - syntax -# - rspec - build # doesn't work in docker atm @@ -42,12 +41,10 @@ catalog: build: stage: build - before_script: - - env script: # use simple_deploy to speed up local development #- leap-platform-test simple_deploy - - leap-platform-test -v reset_deploy + - leap-platform-test -v init_deploy - leap-platform-test -v test - - leap info - - leap local stop + - bundle exec leap info + - bundle exec leap local stop |