stages:
- build - test build-mpp: stage: build variables: GIT_SUBMODULE_STRATEGY: recursive before_script: - module add foss - module add Anaconda3 script: - mkdir build - cd build - cmake .. - make -j artifacts: paths: - build integration-test: stage: test before_script: - module add foss - module add Anaconda3 script: - python python/test_experiments.py