Skip to content
Snippets Groups Projects
Commit da1ce631 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Add module loads to test ci

parent 7129ff1c
Branches
Tags
3 merge requests!99Develop,!96Develop,!952021 new paper
Pipeline #9824 failed with stages
in 5 seconds
variables: variables:
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive
before_script:
- module load singularity/3.5.3
- module load awscli/1.19.17
stages: stages:
- build_stage - build_stage
- test_stage - test_stage
...@@ -14,6 +10,8 @@ TEST: ...@@ -14,6 +10,8 @@ TEST:
stage: build_stage stage: build_stage
script: script:
- pwd - pwd
- module load singularity/3.5.3
- module load awscli/1.19.17
build.dev: build.dev:
stage: build_stage stage: build_stage
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment