From e702640583b7276dfefde8cf008356c7eaed4749 Mon Sep 17 00:00:00 2001 From: librelois <elois@ifee.fr> Date: Sun, 15 Jul 2018 17:37:54 +0200 Subject: [PATCH] |ci] temporary change jobs order for tests --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 675b83f6..c3e71756 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,10 @@ stages: + - package - build_and_tests - fmt - clippy - publish_crate - publish_doc - - package - prerelease - release -- GitLab