Change gitlab-ci.yml to try

This commit is contained in:
Karl Cordes 2019-04-25 12:53:21 +10:00
parent 55f17bbf7e
commit 0f4c5c9810

View file

@ -3,6 +3,7 @@ stages:
- deploy - deploy
build: build:
stage: build
script: script:
- docker build . -t "cmc:latest" - docker build . -t "cmc:latest"