Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Klinische Genetica
capture-lumc
hutspot
Commits
d6880eee
Commit
d6880eee
authored
Apr 21, 2020
by
van den Berg
Browse files
Use environment conda to run integration
parent
2a54274e
Pipeline
#3619
canceled with stages
in 7 minutes and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d6880eee
...
...
@@ -9,11 +9,11 @@ variables:
.singularity_before_script_anchor
:
&singularity_before_script_anchor
before_script
:
-
pip install -r requirements.txt
-
pip install -r requirements-dev.txt
-
export BASETEMP=$RUN_BASE_DIR/$CI_COMMIT_REF_NAME/$CI_JOB_ID
-
source ${CONDA_SH}
-
conda activate hutspot-pipeline
-
export PATH=${PATH}:${SINGULARITY_PATH}
-
echo $BASETEMP
-
mkdir -p $BASETEMP
stages
:
-
sanity
...
...
@@ -42,7 +42,7 @@ test_dry_run:
test_integration
:
<<
:
*singularity_before_script_anchor
script
:
-
pytest
-3
--tag integration --basetemp ${BASETEMP} --keep-workflow-wd
-
pytest --tag integration --basetemp ${BASETEMP} --keep-workflow-wd
tags
:
-
slurm
stage
:
integration
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment