This GitLab CI configuration is valid. Learn more
.gitlab-ci.yml 242 bytes
stages:
  - build
build_rapport_fr:
  stage: build
  script:
    - latexmk -f -pdf -interaction=nonstopmode rapport_inrae_fr.tex
build_rapport_en:
  stage: build
  script:
    - latexmk -f -pdf -interaction=nonstopmode rapport_inrae_en.tex