diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 931ff0b..e290bf0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: najeraoscar/latex-emacs-min +image: latex-emacs-min-org test: script: @@ -6,7 +6,6 @@ test: - wget https://github.com/gohugoio/hugo/releases/download/v0.39/hugo_0.39_Linux-64bit.deb - dpkg -i hugo*.deb - hugo version - - mkdir -p ~/tex/latex - 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 diff --git a/genfiles.el b/genfiles.el index 1760810..ae82f3a 100644 --- a/genfiles.el +++ b/genfiles.el @@ -29,5 +29,4 @@ )) (export-latex "altacv.org") -(message "yo") (copy-directory workdir cwd)