From 03a1e07fa3447b1213de0923ce7e6e1c3539b362 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Thu, 22 Nov 2018 13:03:23 +0200 Subject: [PATCH] CI: remove duplicate entry --- .gitlab-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 506f6718de..58d06fe725 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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"