stages:
  - test
test:
  image: gcc
  stage: test
  script:
    - make test
  artifacts:
    paths:
      - build