CI: remove duplicate entry

This commit is contained in:
Jordan Petridis 2018-11-22 13:03:23 +02:00
parent 9b45a95fe0
commit 03a1e07fa3
No known key found for this signature in database
GPG key ID: 902CC06D159744F5

View file

@ -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"