Skip to content

CI Gitlab katalonstudio error #25

@imsergiobernal

Description

@imsergiobernal

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 evaluated

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions