Something went wrong on our end
.gitlab-ci.yml 150 B
build:
stage: build
script:
- echo "It works."
# run tests using the binary built before
test:
stage: test
script:
- bash test-ci.sh
build:
stage: build
script:
- echo "It works."
# run tests using the binary built before
test:
stage: test
script:
- bash test-ci.sh