Commit 4d70862a authored by Stephane Bouvry's avatar Stephane Bouvry
Browse files

Test GitlabCI

parent aaaec4de
Loading
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -54,10 +54,6 @@ module/UnicaenSignature
### Fichiers temporaires
tmp/*
!tmp/.gitkeep
!tmp/.gitkeep
!tmp/.gitkeep
!tmp/.gitkeep
!tmp/.gitkeep

# Old
socket/config.json
+2 −2
Original line number Diff line number Diff line
@@ -25,11 +25,11 @@ test:
    # On crée le dossier pour le rapport de test
    - mkdir -p tests/_output
    # Exécute les tests PHPUnit
    - ./vendor/bin/phpunit tests/ --colors=always  --log-junit tests/_output/junit.xml
    - ./vendor/bin/phpunit tests/ --colors=always  --log-junit tmp/junit.xml

  # Permet d'afficher le rapport de test
  artifacts:
    when: always
    expire_in: 1 week
    reports:
      junit: tests/_output/junit.xml
 No newline at end of file
      junit: tmp/junit.xml
 No newline at end of file