Skip to content
Snippets Groups Projects
.gitlab-ci.yml 115 B
Newer Older
clemo's avatar
clemo committed
stages:
  - test
test:
  image: gcc
  stage: test
  script:
    - make test
  artifacts:
    paths:
      - build