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

Add .gitlab-ci.yml

parent 1bb88277
No related branches found
No related tags found
No related merge requests found
# This file is a template, and might need editing before it works on your project.
# Official language image. Look for the different tagged releases at:
# https://hub.docker.com/r/library/ruby/tags/
image: "ruby:2.3"
# This is a basic example for a gem or script which doesn't use
# services such as redis or postgres
before_script:
- gem install bundler # Bundler is not installed with the image
- bundle install -j $(nproc) # Install dependencies
rspec:
script:
- rspec spec
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