Loading .gitlab-ci.yml +7 −1 Original line number Diff line number Diff line Loading @@ -11,8 +11,14 @@ stages: test_dependencies: stage: test tags: - test-nokia-basop-linux-runner-3 # Add targeted runner tag here - test-nokia-basop-linux-runner-2 # Add targeted runner tag here script: # Echo env vars - echo $GIT_HTTP_LOW_SPEED_LIMIT - echo $GIT_HTTP_LOW_SPEED_TIME - echo $CURL_TIMEOUT - echo $CURL_RETRY - echo 0 > zero # Helper file - echo "Runner successfully running" - gcc -v Loading Loading
.gitlab-ci.yml +7 −1 Original line number Diff line number Diff line Loading @@ -11,8 +11,14 @@ stages: test_dependencies: stage: test tags: - test-nokia-basop-linux-runner-3 # Add targeted runner tag here - test-nokia-basop-linux-runner-2 # Add targeted runner tag here script: # Echo env vars - echo $GIT_HTTP_LOW_SPEED_LIMIT - echo $GIT_HTTP_LOW_SPEED_TIME - echo $CURL_TIMEOUT - echo $CURL_RETRY - echo 0 > zero # Helper file - echo "Runner successfully running" - gcc -v Loading