Skip to content
Snippets Groups Projects
Verified Commit 8e196003 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

fix .gitlab-ci.yml with changes from !73

parent 99cdf798
No related branches found
No related tags found
1 merge request!74Resolve "Enable hydra maester and clean up old cronjobs"
Pipeline #10714 passed with stages
in 38 seconds
......@@ -127,9 +127,7 @@ behave:
extends: .kaniko_build
only:
changes:
- test/behave/**/*
- test/behave/*
behave-integration:
stage: integration-test
......@@ -215,7 +213,10 @@ behave-integration:
- test/integration_tests/test/behave/screenshots/
expire_in: 1 month
when: on_failure
only:
changes:
- .gitlab/ci/**/*
- login/**/*
pylint:
stage: build
......@@ -240,3 +241,9 @@ pylint-lint:
# Run darker with --diff command. This will throw exit code 1 if there are
# lint errors, but a 0 if there are only formatting recommendations
- darker -i -L pylint --diff --revision remotes/origin/main .
only:
changes:
- test/lint/pylint/Dockerfile
- test/lint/pylint/requirements.txt
- .gitlab-ci.yml
- login/**/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment