Skip to content
Snippets Groups Projects
Commit 22e966f0 authored by iaibrys's avatar iaibrys
Browse files

Add gitlab CI

parent adccbd9a
Branches master
No related tags found
No related merge requests found
Pipeline #90 failed
image: docker:stable
services:
- docker:dind
stages:
- test
test:
image: ruby:2.5.1
tags:
- enote-docker
stage: test
script:
- echo "Running tests"
- echo "$(pwd)"
- bundle install
- bundle exec rspec rspec
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