paper-cutter/{{cookiecutter.paper_repo_name}}/.gitlab-ci.yml
Filip Gralinski 67c788fe69 Init from an internal repo.
Commit d5b6f8e831fc5c933af5ceb1267f51ef6af6c438
2020-11-24 08:33:07 +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.0.0'
file: 'main.yml'