Files
Docker_Grav/.gitlab-ci.yml
2019-03-15 13:14:44 -04:00

10 lines
122 B
YAML

image: docker:latest
services:
- docker:dind
build:
stage: build
script:
- docker build --pull -t grav_test .