Skip to content
Snippets Groups Projects
Commit df043526 authored by thibault.capt's avatar thibault.capt
Browse files

Update .gitlab-ci.yml file

parent d7b1c51a
No related branches found
No related tags found
No related merge requests found
Pipeline #37309 canceled
...@@ -68,6 +68,7 @@ install-backend: ...@@ -68,6 +68,7 @@ install-backend:
build-backend: build-backend:
stage: build stage: build
image: maven:3.6.3-openjdk-17 image: maven:3.6.3-openjdk-17
needs: ["install-backend"]
script: script:
- cd ./backend/ - cd ./backend/
- mvn clean package -DskipTests - mvn clean package -DskipTests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment