Skip to content

Commit 663abdb

Browse files
committed
updated yml file to fetch data
1 parent 4a48db8 commit 663abdb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitlab-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,19 @@ test-code-8:
1212
stage: test
1313
script:
1414
- "apply_overlay bc-java ./"
15+
- "sh gettestdata.sh"
1516
- ". cienv-8.sh; \ gradle -stacktrace clean build;"
1617

1718
test-code-11:
1819
stage: test
1920
script:
2021
- "apply_overlay bc-java ./"
22+
- "sh gettestdata.sh"
2123
- ". cienv-11.sh; \ gradle -stacktrace clean build;"
2224

2325
test-code-17:
2426
stage: test
2527
script:
2628
- "apply_overlay bc-java ./"
29+
- "sh gettestdata.sh"
2730
- ". cienv-17.sh; \ gradle -stacktrace clean build;"

0 commit comments

Comments
 (0)