Skip to content
Snippets Groups Projects
Commit 7534ac95 authored by Nicolas Essing's avatar Nicolas Essing
Browse files

Added the new test case to the gitlab pipeline.

parent 5621f06a
No related branches found
No related tags found
No related merge requests found
......@@ -119,3 +119,23 @@ run_kkrnano:intel:MnGeB20:
- master
- develop
- kkrnano-chebyshev-tfQMRgpu
run_kkrnano:intel:Fe:
stage: run_kkrnano
tags:
- docker-executor
script:
- cd source/KKRnano/regtests
- mkdir -p test_bcc_Fe; cd test_bcc_Fe; ln -s ../* .
- python3 ./tests.py Test_constrainedmagnetism.test_bcc_Fe
artifacts:
paths:
- source/KKRnano/regtests/test_bcc_Fe
expire_in: 1 day
only:
- schedules
- triggers
- web
- master
- develop
- kkrnano-chebyshev-tfQMRgpu
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment