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

Update .gitlab-ci.yml

parent b02e5679
No related branches found
No related tags found
No related merge requests found
image: ruby:2.3 image: ruby:2.3
build: stages:
- build
- test
build_job:
stage: build stage: build
script: script:
- bash ci-build.sh - bash ci-build.sh
# run tests using the binary built before # run tests using the binary built before
test: test_job:
stage: test stage: test
script: script:
- bash ci-test.sh - 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