Commit 79fdf65c authored by Jacob Vosmaer's avatar Jacob Vosmaer

Merge branch 'shared-runner' into 'master'

Adapt gitlab-ci.yml for shared runners

After merging this we should disconnect the specific runner on gitlab-org/gitlab-shell.

See merge request !27
parents cdaa9aec 94babbbc
before_script:
- export PATH=~/bin:/usr/local/bin:/usr/bin:/bin
- gem install bundler
- export PATH=~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
- apt-get update
- apt-get install -y git-annex
- gem install --bindir /usr/local/bin bundler
- cp config.yml.example config.yml
- bundle install
......@@ -8,7 +10,6 @@ rspec:
script:
- bundle exec rspec spec
tags:
- git-annex
- ruby
except:
- tags
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment