Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ test_dependencies: - echo 0 > zero # Helper file - echo "Runner successfully running" - cat "testing" > test.txt - echo "testing" > test.txt artifacts: paths: - test.txt Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ test_dependencies: - echo 0 > zero # Helper file - echo "Runner successfully running" - cat "testing" > test.txt - echo "testing" > test.txt artifacts: paths: - test.txt Loading