Skip to content
Snippets Groups Projects
.gitlab-ci.yml 146 B
Newer Older
Stephen D's avatar
Stephen D committed
build:
  image: ctornau/latex
  stage: build
  artifacts:
    paths:
      - standard.pdf
  script:
    - latexmk -shell-escape -pdf standard.tex