Skip to content
Snippets Groups Projects
Verified Commit 501a8cf8 authored by David Hoese's avatar David Hoese
Browse files

Fix script path in tests yaml

parent a44f7247
No related branches found
No related tags found
No related merge requests found
......@@ -71,9 +71,9 @@ test_basic_grb:
stage: test
script:
# need to source to get release name variables for cleanup
- source ../../ci_tests/run_basic_grb_test.sh
- source ./ci_tests/run_basic_grb_test.sh
after_script:
- ../../ci_tests/cleanup_basic_grb_test.sh
- ./ci_tests/cleanup_basic_grb_test.sh
dependencies:
- get_chart_grb
rules:
......
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