Commit 025350ac authored by Ruben ten Hove's avatar Ruben ten Hove Committed by Federico Falconieri
Browse files

fix: missing pylint-gitlab package

parent 02b4e95f
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -65,6 +65,13 @@ jobs:python:
      - local: tests/jobs/python.yml
    strategy: depend

jobs:python:custom-image:
  stage: test
  trigger:
    include:
      - local: tests/jobs/python-custom-image.yml
    strategy: depend

# child pipelines to test our off-the-shelf pipelines
pipelines:c:
  stage: test
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ variables:
python:pylint:
  extends: .python:pre-install
  variables:
    JOB_PACKAGE: pylint pylint-junit
    JOB_PACKAGE: pylint pylint-junit pylint-gitlab
  script:
    - !reference [".python:pre", script]
    - !reference [".python:pre-install", script]
+5 −0
Original line number Diff line number Diff line
---
include:
  - local: tests/jobs/python.yml

image: docker.io/python:slim