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

activating gitlab tests

parent cb21a58c
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 gulp/test
- export PYTHONEXE=/labEnv/bin/python
- sbt gulp/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