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: before_script:
- export PATH=~/bin:/usr/local/bin:/usr/bin:/bin - export PATH=~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
- gem install bundler - apt-get update
- apt-get install -y git-annex
- gem install --bindir /usr/local/bin bundler
- cp config.yml.example config.yml - cp config.yml.example config.yml
- bundle install - bundle install
...@@ -8,7 +10,6 @@ rspec: ...@@ -8,7 +10,6 @@ rspec:
script: script:
- bundle exec rspec spec - bundle exec rspec spec
tags: tags:
- git-annex
- ruby - ruby
except: except:
- tags - 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