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

make sure changes to login top level folder also trigger jobs

parent 987033b1
No related branches found
No related tags found
1 merge request!84Resolve "Run login app with Gunicorn"
......@@ -55,6 +55,7 @@ login:
only:
changes:
- login/**/*
- login/*
# For full integration testing we need to build the full stack in CI/CD
......@@ -217,6 +218,7 @@ behave-integration:
changes:
- .gitlab/ci/**/*
- login/**/*
- login/*
pylint:
stage: build
......@@ -247,3 +249,4 @@ pylint-lint:
- test/lint/pylint/requirements.txt
- .gitlab-ci.yml
- login/**/*
- 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