diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5c2969a..34762e9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,7 +28,6 @@ build-job: test-job: stage: test - allow_failure: true script: - echo "Exécution de gsl check..." - cd /home/webmaster/articles @@ -36,7 +35,6 @@ 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