Skip to content
Snippets Groups Projects
.gitlab-ci.yml 167 B
Newer Older
image: ruby:2.3
bbartels's avatar
bbartels committed

build:
  stage: build
  script:

# run tests using the binary built before
test:
  stage: test
  script: