Skip to content
Snippets Groups Projects
.gitlab-ci.yml 174 B
Newer Older
Björn Ludwig's avatar
Björn Ludwig committed
build_pdf:
  image: armagetron/ubuntu-mpi:22.04
Björn Ludwig's avatar
Björn Ludwig committed
  script:
    - make
  stage: build
  artifacts:
    paths:
      - src/main.pdf
    expire_in: 1 week
  allow_failure: false