diff --git a/.tekton/quay-test-pull-request.yaml b/.tekton/quay-test-pull-request.yaml index 5b56e38198..79bcf26c1a 100644 --- a/.tekton/quay-test-pull-request.yaml +++ b/.tekton/quay-test-pull-request.yaml @@ -35,9 +35,9 @@ spec: [ {"type": "gomod", "path": "config-tool"}, {"type": "pip", "path": ".", "requirements_files": ["requirements-cache.txt"]}, + {"type": "rpm", "path": "."}, {"type": "npm", "path": "web"}, - {"type": "npm", "path": "."}, - {"type": "rpm", "path": "."} + {"type": "npm", "path": "."} ] pipelineSpec: description: |