Skip to content
Snippets Groups Projects
This GitLab CI configuration is valid. Learn more
.gitlab-ci.yml 106 B
helloworld:
  tags:
    - shell, specific
  script:
    - echo "hello, world"
    - echo "bonjour, monde"