diff --git a/Jenkinsfile b/Jenkinsfile index 5a02453..fc4d191 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,8 +10,7 @@ pipeline { } steps { echo 'Starting build step...' - sh 'sudo apk add bash' - sh 'bash ./scripts/build.sh' + sh 'latexmk -pdf -outdir=out assignments/main_text.tex' } }