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

remove ./ from paths

parent 7655ce97
No related branches found
No related tags found
1 merge request!34Resolve "Replace Flask-oauth with oauthlib in test/login_logout"
Pipeline #4686 passed with stages
in 2 minutes and 37 seconds
......@@ -38,7 +38,7 @@ integration_test_app:
extends: .kaniko_build
only:
changes:
- ./test/integration_tests/**/*
- test/integration_tests/**/*
- .gitlab-ci.yml
integration_test:
......@@ -49,7 +49,7 @@ integration_test:
extends: .kaniko_build
only:
changes:
- ./test/integration_tests/test/**/*
- test/integration_tests/test/**/*
- .gitlab-ci.yml
pylint:
......
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