Docker.gitlab-ci.yml 108 Bytes EditWeb IDE 1 2 3 4 5 6 7 # Official docker image. image: docker:latest build: stage: build script: - docker build -t test .