Sha256: d4b467aa78faef9893f31e9e9533d1fc0062e8bf3b48044fbcd102e5b8607a78

Contents?: true

Size: 392 Bytes

Versions: 5

Compression:

Stored size: 392 Bytes

Contents

image: "ruby:2.3"

services:
  - elasticsearch:latest

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

5 entries across 5 versions & 1 rubygems

Version Path
gitlab-elasticsearch-git-1.0.2 .gitlab-ci.yml
gitlab-elasticsearch-git-1.0.1 .gitlab-ci.yml
gitlab-elasticsearch-git-1.0.0 .gitlab-ci.yml
gitlab-elasticsearch-git-0.0.17 .gitlab-ci.yml
gitlab-elasticsearch-git-0.0.16 .gitlab-ci.yml