Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 8becde34 authored by Achraf Achkari's avatar Achraf Achkari
Browse files

migrate gitlab-ci to indus V2

parent e35746b2
No related branches found
No related tags found
3 merge requests!36[GOC-247] Fix cardinality processing and use extended element provided in BBR...,!35[GOC-247] Fix cardinality processing and use extended element provided in BBR...,!33Draft: Develop
Pipeline #657960 failed
......@@ -29,6 +29,7 @@ compile/unit-test:
- .buildJavaMavenTest
variables:
MAVEN_PHASE: "clean install"
P_MAVEN_EXTRA_ARGS: "-DskipITs"
package:
stage: build
......@@ -40,6 +41,15 @@ package:
variables:
P_MAVEN_EXTRA_ARGS: "-DskipTests"
integration-tests:
stage: test
extends:
- .testJavaMavenIntegrationTests
needs:
- job: compile/unit-test
artifacts: false
allow_failure: true
static-analysis:
stage: test
extends:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment