Skip to content
Snippets Groups Projects
Verified Commit d75e5d8e authored by Timm Fitschen's avatar Timm Fitschen
Browse files

PIPELINE

parent e14034b5
No related branches found
No related tags found
2 merge requests!123Release 0.13.0,!116F map bundle
Pipeline #39258 failed
...@@ -30,7 +30,6 @@ image: $CI_REGISTRY_IMAGE:latest ...@@ -30,7 +30,6 @@ image: $CI_REGISTRY_IMAGE:latest
stages: stages:
- setup - setup
- linting
- test - test
- deploy - deploy
...@@ -38,7 +37,7 @@ stages: ...@@ -38,7 +37,7 @@ stages:
linting: linting:
timeout: 15 minutes timeout: 15 minutes
tags: [ docker ] tags: [ docker ]
stage: linting stage: test
script: script:
- make pylint - make pylint
allow_failure: true allow_failure: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment