Hello list,

i have added my project to ci and added a .gitlab-ci.yml:

image: ruby:2.1

before_script:
  - bundle install

rspec:
  script:
    - bundle exec rspec

rubocop:
  script:
    - bundle exec rubocop


Also i have enabled the shared runners for the project. 

But after a commit i'm getting just a "pending" status. Must i define on 
any place that the ci should use the shared so they picking up the stuff?

Greetings
Sascha

-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitlabhq+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/gitlabhq/27526955-282b-40e2-90f4-31c967e3f15f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to