From 9f8dbcde9219d13235a17f1937481446afff8d14 Mon Sep 17 00:00:00 2001
From: Christophe Roger <darwiinc@live.fr>
Date: Sat, 18 Nov 2017 07:31:22 +1100
Subject: Update Circle CI Configuration

---
 .circleci/config.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 69f6630..594094c 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -9,12 +9,12 @@ jobs:
           command: apt-get -qq update; apt-get -y install git
       - run:
           name: Latex installation
-          command: apt-get -qq update && apt-get install -y --no-install-recommends latexmk texlive-fonts-extra texlive-fonts-recommended texlive-latex-base texlive-latex-extra texlive-latex-recommended texlive-luatex texlive-xetex latex-xcolor texlive-pictures pgf texlive-lang-french fonts-font-awesome
+          command: apt-get -qq update && apt-get install -y --no-install-recommends latexmk texlive-fonts-extra texlive-fonts-recommended texlive-latex-base texlive-latex-extra texlive-latex-recommended texlive-luatex texlive-xetex texlive-pictures texlive-lang-french fonts-font-awesome
       - add_ssh_keys
       - checkout
       - run:
           name: build
-          command: latexmk -cd -f -lualatex -interaction=nonstopmode -synctex=1 cv.tex
+          command: latexmk -cd -f -lualatex -interaction=nonstopmode -synctex=1 example/cv.tex
       - run:
           name: Print the Current Time
           command: date
-- 
cgit v1.2.3