From 838a9820f1873aa30bff59d80ae924fe163a1a74 Mon Sep 17 00:00:00 2001 From: Milos Milosevic Date: Wed, 26 Apr 2023 13:22:19 +0200 Subject: [PATCH] Right order of the steps --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 02e74c0c..0da838fb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,9 +7,9 @@ include: stages: - build + - test - dockerize - python-test - - test build-mainnet: stage: build