From 7272aab35467f334735ec8899a33a38e226b9426 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Wed, 25 Apr 2018 13:49:13 +0200 Subject: [PATCH] more specific install --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fa55fbb..931ff0b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,8 @@ test: - dpkg -i hugo*.deb - hugo version - mkdir -p ~/tex/latex - - cd ~/tex/latex/; git clone https://github.com/Titan-C/AltaCV.git + - git clone https://github.com/Titan-C/AltaCV.git /usr/share/texmf/tex/latex/AltaCV + - emacs --batch --load /tmp/install-org.el - emacs --batch -Q --script genfiles.el - cd org-cv-exports; latex -pdf altacv.org.tex - cd doc; hugo