Skip to content
Snippets Groups Projects
.gitlab-ci.yml 205 B
Newer Older
Lucia Morganti's avatar
Lucia Morganti committed
image: blang/latex

stages:
  - build

job:
  stage: build
  script:
    - mkdir build
    - cd build
    - ../build.sh
  artifacts:
    paths:
    - build/cnaf-annual-report-2017.pdf
  tags: 
    - docker