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
2a54274e
Commit
2a54274e
authored
Apr 21, 2020
by
van den Berg
Browse files
Try using pip for slurm runner
parent
e12cbb90
Pipeline
#3617
failed with stages
in 2 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2a54274e
...
...
@@ -9,8 +9,8 @@ variables:
.singularity_before_script_anchor
:
&singularity_before_script_anchor
before_script
:
-
pip
3
install -r requirements.txt
-
pip
3
install -r requirements-dev.txt
-
pip install -r requirements.txt
-
pip install -r requirements-dev.txt
-
export BASETEMP=$RUN_BASE_DIR/$CI_COMMIT_REF_NAME/$CI_JOB_ID
-
echo $BASETEMP
-
mkdir -p $BASETEMP
...
...
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