Skip to content
Snippets Groups Projects
Commit 424e9735 authored by Jari-Matti Mäkelä's avatar Jari-Matti Mäkelä
Browse files

Fix typos

parent a059df12
Branches
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ stages: ...@@ -10,7 +10,7 @@ stages:
pdflatex_builder: pdflatex_builder:
stage: build stage: build
before_script before_script:
- cd latex - cd latex
script: script:
- "latexmk -pdf -output-directory=pdflatex/ thesis.tex" - "latexmk -pdf -output-directory=pdflatex/ thesis.tex"
...@@ -20,7 +20,7 @@ pdflatex_builder: ...@@ -20,7 +20,7 @@ pdflatex_builder:
xelatex_builder: xelatex_builder:
stage: build stage: build
before_script before_script:
- cd latex - cd latex
script: script:
- "latexmk -xelatex -output-directory=xelatex/ thesis.tex" - "latexmk -xelatex -output-directory=xelatex/ thesis.tex"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment