Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
.gitlab-ci.yml 311 B
Newer Older
# Define default image to use
default:
  image: mcr.microsoft.com/playwright/java:v1.43.0-jammy

Andrei Enea's avatar
Andrei Enea committed
# Define stages in the pipeline
Andrei Enea's avatar
Andrei Enea committed
stages:
rui rodrigues's avatar
rui rodrigues committed
  - static-code-analysis
  - test
Andrei Enea's avatar
Andrei Enea committed

include:
  - local: 'ci-pipelines/checkstyle_job.yml'
  - local: 'ci-pipelines/sonarqube_check.yml'
  - local: 'ci-pipelines/test_job.yml'