gitealab-ci-test/.gitlab-ci.yml

9 lines
89 B
YAML

stages:
- build
job:
stage: build
only: master
script:
- echo "Hello world"