Skip to content
Snippets Groups Projects
Commit b4d3625e authored by Alexander Diewald's avatar Alexander Diewald
Browse files

Initialize required submodule for test stage

parent 69add5dc
No related branches found
No related tags found
1 merge request!3Add build pipeline
...@@ -35,5 +35,7 @@ build: ...@@ -35,5 +35,7 @@ build:
test: test:
stage: test stage: test
before_script:
- git submodule update --remote --recursive --init releng/org.fortiss.af3.target
script: script:
- mvn $MAVEN_CLI_OPTS test - mvn $MAVEN_CLI_OPTS test
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