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