Skip to content
Snippets Groups Projects
Commit f9a2d18f authored by fzieris's avatar fzieris
Browse files

Update .gitlab-ci.yml to run CI for merge requests

parent 0dec8c18
Branches
No related tags found
No related merge requests found
......@@ -2,6 +2,10 @@ image: danteev/texlive
compile-thesis:
stage: build
rules:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
- if: $CI_COMMIT_TAG
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
script:
- latexmk -pdf thesis
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment