11 lines
183 B
YAML
11 lines
183 B
YAML
image: ${CI_REGISTRY}/ict/images/alpine/ci:latest
|
|
|
|
before_script:
|
|
apk add build-base bash
|
|
|
|
validate_code:
|
|
stage: test
|
|
script:
|
|
- chmod +x ./test/main.sh
|
|
- ./test/main.sh
|