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