Sha256: 5bc28b3e194f73eb76f30b3e3bcf84ef2dec10752873832b9edfd0d7ba0e587f

Contents?: true

Size: 389 Bytes

Versions: 3

Compression:

Stored size: 389 Bytes

Contents

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
gitlab-elasticsearch-git-1.2.0 .gitlab-ci.yml
gitlab-elasticsearch-git-1.1.1 .gitlab-ci.yml
gitlab-elasticsearch-git-1.1.0 .gitlab-ci.yml