Skip to content
Snippets Groups Projects
This GitLab CI configuration is valid. Learn more
.gitlab-ci.yml 142 B
build_hello:
  stage: build
  tags:
    - shell
  script:
    - make

test_hello:
  stage: test
  tags:
    - shell
  script:
    - make test