From f5da4b8a884bc127f3430b5914165acef0d7bf68 Mon Sep 17 00:00:00 2001 From: Matej Sima Date: Mon, 27 May 2019 12:21:01 +0200 Subject: [PATCH] Swap CI stages for temporary docker testing --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 27ef64802..0b0697bc7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,9 +2,10 @@ variables: GIT_SUBMODULE_STRATEGY: recursive stages: - - test - build - deploy + - test + .docker: &docker image: docker:1.11