Skip to content
Snippets Groups Projects
Commit 0b0ceded authored by Xoeseko Yao Nyomi's avatar Xoeseko Yao Nyomi
Browse files

Update .gitlab-ci.yml

parent 6c953f15
No related branches found
No related tags found
1 merge request!28Resolve "Job Failed #47553"
Pipeline #21920 failed
This commit is part of merge request !28. Comments created here will be created in the context of that merge request.
......@@ -36,9 +36,6 @@ code_quality:
codequality: gl-code-quality-report.json
expire_in: 1 week
dependencies: []
only:
- branches
- merge_request
integration_test:
image: bitsydarel/flutter-ci
......@@ -51,9 +48,6 @@ integration_test:
script:
- flutter drive
only:
- branches
- merge_request
unit_test:
stage: test
......@@ -74,9 +68,6 @@ unit_test:
- report.xml
reports:
junit: report.xml
only:
- branches
- merge_request
analyze:
stage: test
......@@ -87,12 +78,9 @@ analyze:
script:
- flutter analyze
only:
- branches
- merge_request
release:
dependencies:
needs:
- build
stage: release
......
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