mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +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
|
||||
script:
|
||||
- pytest-3 --junitxml=junit.xml --cov=build_manifest gitlab/build_manifest.py
|
||||
only:
|
||||
changes:
|
||||
- "gitlab/build_manifest.py"
|
||||
coverage: '/TOTAL.*\s+(\d+%)$/'
|
||||
artifacts:
|
||||
reports:
|
||||
|
@ -24,7 +21,7 @@ test manifest:
|
|||
- "junit.xml"
|
||||
only:
|
||||
changes:
|
||||
- gitlab/build_manifest.py
|
||||
- 'gitlab/build_manifest.py'
|
||||
|
||||
.base:
|
||||
image: "docker:stable"
|
||||
|
|
Loading…
Reference in a new issue