summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2017-03-05 12:08:15 +0100
committerKali Kaneko (leap communications) <kali@leap.se>2017-03-05 15:24:05 +0100
commit19e81f68b7cc730c7ec95b063b9169aeca9bf746 (patch)
tree0beb4672a887939fafe47157116c6e80bc74c9e5 /.gitlab-ci.yml
parent99f8338bf0d8c9279dfd25ec5828e73dfa49dc8e (diff)
[tests] change order of build step, it's slower and I want bundles soon
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bf4ffd1e..2dc80f7e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,7 @@
stages:
- test
- - build
- bundle
+ - build
test:
image: leapcode/soledad:latest