Loading .gitlab-ci.yml +2 −1 Original line number Original line Diff line number Diff line compile_test: compile_test: tags: tags: - lotex2 - latex2 image: gitlab/gitlab-runner-helper:x86_64-a9a76a50 image: gitlab/gitlab-runner-helper:x86_64-a9a76a50 variables: variables: CI_DEBUG_TRACE: "true" CI_DEBUG_TRACE: "true" script: script: - echo $CI_JOB_ID - echo $CI_JOB_ID - /usr/bin/gitlab-runner-helper - echo "test" > artifact.txt - echo "test" > artifact.txt artifacts: artifacts: paths: paths: Loading Loading
.gitlab-ci.yml +2 −1 Original line number Original line Diff line number Diff line compile_test: compile_test: tags: tags: - lotex2 - latex2 image: gitlab/gitlab-runner-helper:x86_64-a9a76a50 image: gitlab/gitlab-runner-helper:x86_64-a9a76a50 variables: variables: CI_DEBUG_TRACE: "true" CI_DEBUG_TRACE: "true" script: script: - echo $CI_JOB_ID - echo $CI_JOB_ID - /usr/bin/gitlab-runner-helper - echo "test" > artifact.txt - echo "test" > artifact.txt artifacts: artifacts: paths: paths: Loading