From 6d876746d583e0cc1751c0d635d008e8f3ec8f7d Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Mon, 11 Apr 2022 16:40:19 +0000 Subject: [PATCH] Tests de la CI --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 34762e9..5c2969a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,6 +28,7 @@ build-job: test-job: stage: test + allow_failure: true script: - echo "Exécution de gsl check..." - cd /home/webmaster/articles @@ -35,6 +36,7 @@ test-job: deploy-job: # This job runs in the deploy stage. stage: deploy # It only runs when *both* jobs in the test stage complete successfully. + allow_failure: true script: - echo "Déploiement..." - cd /home/webmaster/articles