sufyanadam/simple_hl7_parser

View on GitHub
.gitlab-ci.yml

Summary

Maintainability
Test Coverage
image: ruby:3.1.0
 
stages:
- test
 
test:
stage: test
script:
- gem install bundler
- bundle
- pwd
- rspec