master-thesis/.gitlab-ci.yml
Nareshkumar Rao 61a878cfd0 ci
2021-11-04 23:54:52 +01:00

9 lines
149 B
YAML

build-job:
image: texlive/texlive:latest
stage: build
script:
- make
tags:
- docker