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

Add gitlab CI config

parent 7f13943f
No related branches found
No related tags found
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 gaussian/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