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: ...@@ -55,6 +55,7 @@ login:
only: only:
changes: changes:
- login/**/* - login/**/*
- login/*
# For full integration testing we need to build the full stack in CI/CD # For full integration testing we need to build the full stack in CI/CD
...@@ -217,6 +218,7 @@ behave-integration: ...@@ -217,6 +218,7 @@ behave-integration:
changes: changes:
- .gitlab/ci/**/* - .gitlab/ci/**/*
- login/**/* - login/**/*
- login/*
pylint: pylint:
stage: build stage: build
...@@ -247,3 +249,4 @@ pylint-lint: ...@@ -247,3 +249,4 @@ pylint-lint:
- test/lint/pylint/requirements.txt - test/lint/pylint/requirements.txt
- .gitlab-ci.yml - .gitlab-ci.yml
- login/**/* - 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