From c6dcb0cdc91fc6e2baac707862678af7a0517f58 Mon Sep 17 00:00:00 2001 From: Pierre-antoine Comby Date: Sat, 15 Jun 2019 11:11:55 +0200 Subject: [PATCH] using make --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 410298e..60d49cf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,8 +9,8 @@ deploy: - apt-get install -y lftp script: - - ./compile.sh # build the pdf - - lftp ftp://$FTP_USER:$FTP_PASSWORD@zamok.crans.org-e "mirror public/ www/m1-eea/; bye" + - make all -j8 # build the pdf + - lftp ftp://$FTP_USER:$FTP_PASSWORD@zamok.crans.org -e "mirror public/ www/m1-eea/; bye" artifacts: paths: - public # instruct GitLab to keep the public folder