summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-07-13 15:32:01 +0200
committervarac <varacanero@zeromail.org>2016-07-14 20:19:19 +0200
commit1fd39d9d39b55102739c696fb14a76b47edcf1f7 (patch)
tree86442173590dde923e5a71cdda289155adf877c0 /.gitlab-ci.yml
parent7220d5136022b1ef88579a78f6d70a0265bb4b18 (diff)
Use bundled version of leap_cli for tests
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml9
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