paper-cutter/{{cookiecutter.paper_repo_name}}/.gitlab-ci.yml
2022-11-09 18:20:05 +01:00

11 lines
272 B
YAML

variables:
PAPER_ID: "{{cookiecutter.paper_id}}"
# In order to run via `gitlab-runner exec docker ...` locally,
# run `./run-gitlab-runner.sh docker ...`.
# THIS IS AN UGLY WORK-AROUND
include:
- project: 'research/paper-cutter'
ref: '5.4.2'
file: 'main.yml'