short/.gitlab-ci.yml
2019-04-18 10:50:52 +02:00

17 lines
221 B
YAML

stages:
- build
- test
- deploy
- release
variables:
DOCKER_TAG: $CI_COMMIT_TAG
build:
stage: build
script:
- docker build -t short-build .
test:
stage: test
script:
- docker run short-build -v