/gitlab-cir-ubuntu-latex

GitLab CI Runner, running LaTeX on Ubuntu 14.04

Primary LanguageShellMIT LicenseMIT

Docker image with GitLab CI Runner to run builds for LaTeX documents.

Docker image with GitLab CI Runner, which can run builds for LaTeX

How to use

Example of Docker Compose file (docker-compose.yml)

CPFRunner:
  image: nabbelbabbel/gitlab-cir-ubuntu-latex:latest
  environment:
    - CI_SERVER_URL=<enter gitlab-ci url here>
    - RUNNER_TOKEN=<enter runner token here>
    - RUNNER_DESCRIPTION=<name the runner>
  restart: always

More information