Skip to content
Snippets Groups Projects
Commit ae7b44bb authored by bbartels's avatar bbartels
Browse files

Update .gitlab-ci.yml

parent abcf9304
No related branches found
No related tags found
No related merge requests found
image: ruby:2.3
build:
stages:
- build
- test
build_job:
stage: build
script:
- bash ci-build.sh
# run tests using the binary built before
test:
test_job:
stage: test
script:
- bash ci-test.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment