Skip to content
Snippets Groups Projects
Verified Commit cf8dbc38 authored by Mark's avatar Mark
Browse files

Trigger CI pipeline on gitlab-ci.yaml change

parent 401e16d7
No related branches found
No related tags found
1 merge request!1Create behaviour test for the login page
Pipeline #236 passed with stages
in 2 minutes and 55 seconds
......@@ -13,6 +13,7 @@ consent-provider:
only:
changes:
- consent_provider/*
- .gitlab-ci.yml
login-provider:
stage: build
......@@ -25,6 +26,7 @@ login-provider:
only:
changes:
- login_provider/*
- .gitlab-ci.yml
login-provider-test:
stage: build
......@@ -37,6 +39,7 @@ login-provider-test:
only:
changes:
- login_provider/*
- .gitlab-ci.yml
behave-login:
stage: application-test
......@@ -55,3 +58,4 @@ behave-login:
only:
changes:
- login_provider/*
- .gitlab-ci.yml
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