From 4bc526d1943a057d984d1a014f8d98fdb97f544a Mon Sep 17 00:00:00 2001 From: Lukas Riedel Date: Tue, 5 Jun 2018 21:19:23 +0200 Subject: [PATCH] Order CI jobs correctly --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8c9b80f3..18c96596 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,8 +16,8 @@ before_script: - cd /opt/dune stages: - - prep - setup + - prep - build - test - deploy @@ -186,7 +186,7 @@ test:mass_conserve: expire_in: 1 day deploy:docker: - stage: setup + stage: deploy tags: - dind image: docker:stable -- GitLab