CI: remove duplicate entry
authorJordan Petridis <jordan@centricular.com>
Thu, 22 Nov 2018 11:03:23 +0000 (13:03 +0200)
committerJordan Petridis <jordan@centricular.com>
Thu, 22 Nov 2018 14:26:35 +0000 (16:26 +0200)
.gitlab-ci.yml

index 506f671..58d06fe 100644 (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"