Skip to content
Snippets Groups Projects
Commit d3bebd1c authored by Mohamed, Fawzi Roberto (fawzi)'s avatar Mohamed, Fawzi Roberto (fawzi)
Browse files

Add .gitlab-ci.yml

parent e3541aab
No related branches found
No related tags found
No related merge requests found
Pipeline #
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 vasp/test
- export PYTHONEXE=/labEnv/bin/python
- sbt vasp/test
only:
- master
tags:
- test
- spec2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment