[**`
[when i try to build a pipeline job from the gitlab ci, i got some error , but i can't get the error logs so i can't resolve the problem, heres my sample pipeline script
stages:
- build
- test
variables: LANG: "en_US.UTF-8"
before_script:
- yarn install
- cd ios && pod install --repo-update && cd ..
- fastlane
build: stage: build script: - fastlane test tags: - macos
test: stage: test script: - fastlane atest tags: - macos][1]
`**][2]