Update .gitlab-ci.yml

This commit is contained in:
Phil Kunz 2016-06-02 13:19:34 +00:00
parent d74ae583af
commit 1ac52241c9

View File

@ -18,6 +18,7 @@ test:
script:
- docker version
- docker build -t $CONTAINER_TEST_IMAGE .
- docker run $CONTAINER_TEST_IMAGE test.sh
only:
- master
tags: