Skip to content
Snippets Groups Projects
Commit 37f52f2a authored by Valery Sizov's avatar Valery Sizov
Browse files

Update .gitlab-ci.yml

parent 07829763
No related branches found
No related tags found
No related merge requests found
Pipeline #
image: "ruby:2.3"
services:
- elasticsearch:5.1
variables:
ELASTICSEARCH_HOST: "elasticsearch"
before_script:
- apt-get update -yqqq; apt-get -o dir::cache::archives="vendor/apt" install -y -qq --force-yes libicu-dev cmake
- gem install bundler # Bundler is not installed with the image
- bundle install -j $(nproc) # Install dependencies
rspec:
script:
- rspec
image: "ruby:2.3"
services:
- elasticsearch:5.1
variables:
ELASTICSEARCH_HOST: "elasticsearch"
before_script:
- apt-get update -yqqq; apt-get -o dir::cache::archives="vendor/apt" install -y -qq --force-yes libicu-dev cmake
- gem install bundler # Bundler is not installed with the image
- bundle install -j $(nproc) # Install dependencies
rspec:
script:
- rspec
cache:
paths:
- /usr/local/bundle/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment