version: '3' services: test: build: . command: bash -c 'bundle install && rubocop && rspec' volumes: - .:/oneaccess-rb - bundler-cache:/bundle volumes: bundler-cache: