From 77ed8b94fd552e24de6b6824aab4996bf1731aa5 Mon Sep 17 00:00:00 2001 From: Erik Martin-Dorel Date: Fri, 22 Mar 2019 12:56:53 +0100 Subject: Swap the deploy and test stages so the images: - mathcomp/mathcomp-dev:coq-8.7 - mathcomp/mathcomp-dev:coq-8.8 - mathcomp/mathcomp-dev:coq-8.9 - mathcomp/mathcomp-dev:coq-dev will be pushed to Docker Hub even if a third-party library CI fails. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4ffc162..d326aae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,8 +26,8 @@ stages: - build - - test - deploy + - test ################ #### build stage -- cgit v1.2.3