diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2015-11-10 14:01:48 +0100 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2015-11-10 14:01:48 +0100 |
commit | ebd89472a11fb0324080a82ec2b50da265581fc7 (patch) | |
tree | 98a79b6de5871bc3fcf5ed6d877c77541f687e40 | |
parent | c625bbd2629b8daacb4ba1976911ffa0cce804fd (diff) | |
download | gitlab-shell-ebd89472a11fb0324080a82ec2b50da265581fc7.tar.gz |
Install git-annex (as root) during tests
-rw-r--r-- | .gitlab-ci.yml | 2 |
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 |