From ed3becd08fd229cab422068eb73e60a2c576fa46 Mon Sep 17 00:00:00 2001 From: Stephan Schulz <stephan.schulz-x2q@rub.de> Date: Wed, 27 Jan 2021 12:21:02 +0100 Subject: [PATCH] move test_projects up in CI pipeline for testing --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 35620e2..5c35a17 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,12 +1,12 @@ stages: - init + - test_projects - build_mpich_gcc8 - build_openmpi_gcc8 - build_mpich_gcc9 - build_openmpi_gcc9 - build_mpich_gcc10 - build_openmpi_gcc10 - - test_projects - release before_script: -- GitLab