summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: a519b8adcded975bb9489d6e6e83b16766e97d00 (plain)
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