paper-cutter/{{cookiecutter.paper_repo_name}}/.gitlab-ci.yml
2021-02-09 14:40:45 +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: '4.1.0'
file: 'main.yml'