mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
CI: remove duplicate entry
This commit is contained in:
parent
9b45a95fe0
commit
03a1e07fa3
1 changed files with 1 additions and 4 deletions
|
@ -14,9 +14,6 @@ test manifest:
|
||||||
- dnf install -y python3-pytest python3-pytest-cov python3-requests
|
- dnf install -y python3-pytest python3-pytest-cov python3-requests
|
||||||
script:
|
script:
|
||||||
- pytest-3 --junitxml=junit.xml --cov=build_manifest gitlab/build_manifest.py
|
- pytest-3 --junitxml=junit.xml --cov=build_manifest gitlab/build_manifest.py
|
||||||
only:
|
|
||||||
changes:
|
|
||||||
- "gitlab/build_manifest.py"
|
|
||||||
coverage: '/TOTAL.*\s+(\d+%)$/'
|
coverage: '/TOTAL.*\s+(\d+%)$/'
|
||||||
artifacts:
|
artifacts:
|
||||||
reports:
|
reports:
|
||||||
|
@ -24,7 +21,7 @@ test manifest:
|
||||||
- "junit.xml"
|
- "junit.xml"
|
||||||
only:
|
only:
|
||||||
changes:
|
changes:
|
||||||
- gitlab/build_manifest.py
|
- 'gitlab/build_manifest.py'
|
||||||
|
|
||||||
.base:
|
.base:
|
||||||
image: "docker:stable"
|
image: "docker:stable"
|
||||||
|
|
Loading…
Reference in a new issue