Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line # specify what docker image # go with the default image for now and mangle it #image: ruby:2.1 image: debian:jessie stages: - test Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line # specify what docker image # go with the default image for now and mangle it #image: ruby:2.1 image: debian:jessie stages: - test Loading