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

Fix pipeline

parent 3dfa8148
No related branches found
No related tags found
1 merge request!5Service Integration
Pipeline #1314 failed with stages
in 7 minutes and 44 seconds
......@@ -173,7 +173,7 @@ behave-integration:
- /bin/bash user-panel/utils/create-role.bash ${ROLE} backend:5000
- /bin/bash user-panel/utils/grant-access.bash ${TESTUSER_USERNAME} ${KEY} backend:5000
- /bin/bash user-panel/utils/assign-role.bash ${TESTUSER_USERNAME} ${ROLE} backend:5000
- /bin/bash test/create-hydra-client.bash ${KEY} ${SECRET} hydra:4445 http://oauth:5000/callback
- /bin/bash test/create-hydra-client.bash ${KEY} ${SECRET} http://hydra:4445 http://oauth:5000/callback
- cd test/login_logout/test/behave/
- >
python3 -m behave
......
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