-
Notifications
You must be signed in to change notification settings - Fork 169
Open
Description
Hello,` I'm trying to access to /opt/katalonstudio/config folder in order to get session logs.
I tried with this gitlab-ci config but does not seems to be attached as artifact. Any tip? Thanks!
image: katalonstudio/katalon
services:
- docker:dind
stages:
- test
e2e_job:
stage: test
script:
- katalon-execute.sh -browserType="Chrome" -retry=0 -statusDelay=15 -testSuitePath="/tmp/katalon_execute/project/"
artifacts:
name: "$CI_COMMIT_REF_NAME"
paths:
- report/
- /opt/katalonstudio/config
reports:
junit:
- 'report/*.xml'
when: always
rules:
- if: '$CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master" || $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "develop"' # This rule will be evaluatedReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels