14 lines
183 B
YAML
14 lines
183 B
YAML
image: blang/latex:ctanfull
|
|
|
|
stages:
|
|
- build
|
|
|
|
uhhassignment:
|
|
stage: build
|
|
script:
|
|
- make all
|
|
artifacts:
|
|
paths:
|
|
- "uhhassignment.cls"
|
|
- "uhhassignment.pdf"
|