diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aaa889572da137700307839057559a333e71ce24..af8e0d380532bd6061279e681a32e83a08c0ea3e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,14 @@ +image: hpclib/hiepacs + Find: - image: hpclib/hiepacs + artifacts: + name: find_ctests + expire_in: 1 week + paths: + - build + reports: + junit: report.xml script: - - pwd - - ls -l /builds/ - - ls -l /home/gitlab/ - - ls -l /home/gitlab/install \ No newline at end of file + - modules/find/tests/run_ctest.sh + after_script: + - xsltproc -o report.xml /home/gitlab/ctest-to-junit.xsl build/Testing/**/Test.xml