Tests de la CI
This commit is contained in:
parent
3997edff7e
commit
6d876746d5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue