8 lines
108 B
YAML
8 lines
108 B
YAML
|
# Official docker image.
|
||
|
image: docker:latest
|
||
|
|
||
|
build:
|
||
|
stage: build
|
||
|
script:
|
||
|
- docker build -t test .
|