diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index b1abfdd..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,15 +0,0 @@ -image: leplusorg/latex - -building-latex-master: - stage: build - variables: - COMPILE_ALL: "True" - script: - - latexmk -pdf main.tex -shell-escape - artifacts: - paths: - - "main.pdf" - only: - - master - tags: - - saas-linux-small-amd64