# Define default image to use default: image: mcr.microsoft.com/playwright/java:v1.43.0-jammy # Define stages in the pipeline stages: - static-code-analysis - test include: - local: 'ci-pipelines/checkstyle_job.yml' - local: 'ci-pipelines/sonarqube_check.yml' - local: 'ci-pipelines/test_job.yml'