summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2015-11-10 14:01:48 +0100
committerJacob Vosmaer <contact@jacobvosmaer.nl>2015-11-10 14:01:48 +0100
commitebd89472a11fb0324080a82ec2b50da265581fc7 (patch)
tree98a79b6de5871bc3fcf5ed6d877c77541f687e40
parentc625bbd2629b8daacb4ba1976911ffa0cce804fd (diff)
downloadgitlab-shell-ebd89472a11fb0324080a82ec2b50da265581fc7.tar.gz
Install git-annex (as root) during tests
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8fca829..8992c69 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,6 @@
before_script:
- export PATH=~/bin:/usr/local/bin:/usr/bin:/bin
+ - apt-get install git-annex
- gem install --bindir ~/bin bundler
- cp config.yml.example config.yml
- bundle install
@@ -8,7 +9,6 @@ rspec:
script:
- bundle exec rspec spec
tags:
- - git-annex
- ruby
except:
- tags