diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0980a8c..2ea8a88 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,6 @@ stages: # List of stages for jobs, and their order of execution - build - - test - deploy build-job: @@ -25,15 +24,8 @@ build-job: - cd /home/webmaster/articles - git checkout -- . - git pull - -test-job: - stage: test - script: - - echo "Exécution de gsl check..." - - cd /home/webmaster/articles - rsync fichiers/.[^.]* /var/lib/gsl/domains/chalec.org/files - rsync images/.[^.]* /var/lib/gsl/domains/chalec.org/images - - gsl check -F deploy-job: # This job runs in the deploy stage.