paper-cutter/{{cookiecutter.paper_repo_name}}/.gitlab-ci.yml

11 lines
272 B
YAML
Raw Normal View History

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'
2021-10-13 15:49:41 +02:00
ref: '4.8.0'
file: 'main.yml'