Something went wrong on our end
.gitlab-ci.yml 167 B
image: ruby:2.3
build:
stage: build
script:
- bash ci-build.sh
# run tests using the binary built before
test:
stage: test
script:
- bash ci-test.sh
image: ruby:2.3
build:
stage: build
script:
- bash ci-build.sh
# run tests using the binary built before
test:
stage: test
script:
- bash ci-test.sh