1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
variables: DOCKER_DRIVER: overlay2 GIT_DEPTH: "1" GIT_STRATEGY: fetch stages: - test e2e: image: docker:stable stage: test services: - docker:stable-dind script: - apk add ruby ruby-bundler ruby-json - bundle install - bundle exec rspec