summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: f4e111c7ca2241c69aec43aa693caca15fef0603 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
variables:
  DOCKER_DRIVER: overlay2
  GIT_DEPTH: "1"
  GIT_STRATEGY: fetch
  GIT_SUBMODULE_STRATEGY: 'recursive'

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