summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2017-01-31 10:18:46 +0000
committerPatrick J Cherry <patrick@bytemark.co.uk>2017-01-31 10:18:46 +0000
commit53f78a01f2fb514d61fdb076f5b749e03ffddb74 (patch)
treeb3cb7c903e52eef5132acbf5d0038b83afe7330b /.gitlab-ci.yml
parentfef18de531737c8bb819794b9db8c6630a85a5a9 (diff)
Add in test-deps of ruby-ffi,attr, and build dep of attr
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 12fbd96..b152e89 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,6 +7,7 @@ test: &test
stage: test
image: $CI_REGISTRY/docker-images/layers:jessie-ruby
script:
+ - apt-get install attr ruby-ffi
- make test
package: &package