Select Git revision
.gitlab-ci.yml
iaibrys authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.gitlab-ci.yml 229 B
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