Swap CI stages for temporary docker testing

This commit is contained in:
Matej Sima 2019-05-27 12:21:01 +02:00
parent 5feba725cb
commit f5da4b8a88

View File

@ -2,9 +2,10 @@ variables:
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive
stages: stages:
- test
- build - build
- deploy - deploy
- test
.docker: &docker .docker: &docker
image: docker:1.11 image: docker:1.11