summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-03-04 16:22:24 -0700
committermo khan <mo.khan@gmail.com>2020-03-04 16:22:24 -0700
commit9023ade8d13b0a19ac80ea9459dd4e8e2c0d3747 (patch)
treeedf170bfce9c1041f178a61adfbf3e0b34871ffb
parent705703c54488a34509c0b99b0b4120041bb33bb0 (diff)
Install development and test dependencies
-rw-r--r--.gitlab/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/test.yml b/.gitlab/test.yml
index 1d011be..3cc207e 100644
--- a/.gitlab/test.yml
+++ b/.gitlab/test.yml
@@ -29,4 +29,4 @@ integration:
entrypoint: [""]
stage: test
script:
- - bash -lc "bundle install && bundle exec rspec spec/integration"
+ - bash -lc "bundle install --with development test && bundle exec rspec spec/integration"