Add maven dependancy

This commit is contained in:
RODRIGUEZ lucas 2024-03-11 17:29:31 +01:00
parent 1a0f7ea920
commit 456eff4301

View file

@ -15,6 +15,7 @@
# https://docs.gitlab.com/ee/development/cicd/templates.html
# This specific template is located at:
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Getting-Started.gitlab-ci.yml
image: maven:3.9.6
stages: # List of stages for jobs, and their order of execution
- build