summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml9
1 files changed, 7 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3245e33..7b09df5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,12 @@
unit:
+ image: rust:latest
+ script:
+ - cargo test
+
+integration:
image: ruby:latest
script:
- - env | sort
- - sh ./bin/cibuild
+ - bundle install
+ - sh ./bin/test
variables:
DEBUG: true