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

Update .gitlab-ci.yml

parent 131a219d
No related branches found
No related tags found
No related merge requests found
Pipeline #
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
Loading
Loading
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