Skip to content
Snippets Groups Projects
Commit 3aed5d4a authored by ankit kariryaa's avatar ankit kariryaa
Browse files

Add gitlab CI config

parent c69937f3
Branches
Tags
No related merge requests found
stages:
- test
testing:
stage: test
script:
- cd .. && rm -rf nomad-lab-base
- git clone --recursive git@gitlab.mpcdf.mpg.de:nomad-lab/nomad-lab-base.git
- cd nomad-lab-base
- git submodule foreach git checkout master
- git submodule foreach git pull
- sbt dlPoly/test
only:
- master
tags:
- test
- spec2
allow_failure: true
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment