Skip to content
Snippets Groups Projects

Draft: Gitlab ci image build

Open Johannes Frenzel requested to merge gitlab-ci-image-build into develop
1 file
+ 4
1
Compare changes
  • Side-by-side
  • Inline
+ 4
1
image: docker:stable
default:
before_script:
- docker infoimage: docker:stable
image: ruby:2.7.8-alpine
stages:
Loading