Skip to content
Snippets Groups Projects
Commit 7b3d023f authored by iaibrys's avatar iaibrys
Browse files

Add gitlab CI

parent f45241b8
No related branches found
No related tags found
No related merge requests found
Pipeline #88 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 ./scripts/run-tests.sh
- echo "$(pwd)"
- bundle install
- bundle exec rake test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment