Guest User

Untitled

a guest
Oct 19th, 2020
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. default:
  2. image: ruby:2.5
  3. before_script:
  4. - echo "192.168.250.2 gitlabteste.cesed.local" >> /etc/hosts
  5. - ping gitlabteste.cesed.local
  6. - apt-get update
  7. - apt-get install -y sqlite3 libsqlite3-dev nodejs
  8. - ruby -v
  9. - which ruby
  10. - gem install bundler --no-document
  11. - bundle install --jobs $(nproc) "${FLAGS[@]}"
  12. tags:
  13. - ntiunifacisa
  14.  
  15. rspec:
  16. script:
  17. - bundle exec rspec
  18. tags:
  19. - ntiunifacisa
  20.  
  21. rubocop:
  22. script:
  23. - bundle exec rubocop
  24. tags:
  25. - ntiunifacisa
  26.  
  27. -------------------------------------------------------Logs------------------------------------------------------
  28.  
  29.  
  30. WARNING: Checking for jobs... failed runner=XCCCLsXX status=couldn't execute POST against http://gitlabteste.cesed.local/api/v4/jobs/request: Post http://gitlabteste.cesed.local/api/v4/jobs/request: dial tcp: lookup gitlabteste.cesed.local on 192.168.250.2:53: read udp 172.17.0.4:59974->192.168.250.2:53: read: no route to host
  31.  
  32. Running with gitlab-runner 13.5.0~beta.78.g25c48a73 (25c48a73)
  33.  on nti XCCCLsXX
  34. section_start:1603105921:prepare_executor
  35. Preparing the "docker" executor
  36. Using Docker executor with image ruby:2.5 ...
  37. Pulling docker image ruby:2.5 ...
  38. Using docker image sha256:b7280b81558d31d64ac82aa66a9540e04baf9d15abb8fff1cb6ccf770533ba61 for ruby:2.5 with digest ruby@sha256:c790a101d80a26e058c5ebe20bdb8843cbed62cd60e4fb5bf4132943d6fa2688 ...
  39. section_end:1603105928:prepare_executor
  40. section_start:1603105928:prepare_script
  41. Preparing environment
  42. Running on runner-xccclsxx-project-2-concurrent-0 via 3fb2f400748b...
  43. section_end:1603105929:prepare_script
  44. section_start:1603105929:get_sources
  45. Getting source from Git repository
  46. Fetching changes with git depth set to 50...
  47. Reinitialized existing Git repository in /builds/root/runner-test/.git/
  48. fatal: unable to access 'http://gitlabteste.cesed.local/root/runner-test.git/': Could not resolve host: gitlabteste.cesed.local
  49. section_end:1603105936:get_sources
  50. ERROR: Job failed: exit code 1
  51. 
Add Comment
Please, Sign In to add comment