diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5c35a17a67c10cfe7c40c13865689c0d1e9423cd..1c99ee05fd3858e1239e4a9775eadbd99dafcf7b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -494,6 +494,26 @@ test-project-cmake: - ./ci/test_project_cmake.sh allow_failure: false +test-project-cmake-subdir: + stage: test_projects + image: gitlab.version.fz-juelich.de:5555/slms/loadbalancing/openmpi-gcc10-full:latest + tags: + - public-docker + when: always + script: + - ./ci/test_project_cmake_subdir.sh + allow_failure: false + +test-project-makefile: + stage: test_projects + image: gitlab.version.fz-juelich.de:5555/slms/loadbalancing/openmpi-gcc10-full:latest + tags: + - public-docker + when: always + script: + - ./ci/test_project_makefile.sh + allow_failure: false + release: stage: release only: