From 38e4e56c13eb84a70d1bab44808f8c61cac80e2c Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Wed, 6 Jan 2021 17:19:28 +0200
Subject: [PATCH] Keep going building.

Try to build all outputs, even if one fails.
---
 .gitlab-ci.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 371615b..d864ee9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,4 +17,7 @@ build:
       --volume "/var/www/www.shore.co.il/resume:/builds/nimrod/resume/output"
       --workdir "$PWD"
       adarnimrod/presentation
-      make DESTDIR=output
+      make
+      DESTDIR=output
+      --jobs=4
+      --keep-going
-- 
GitLab