Skip to content
Snippets Groups Projects

Allow failure

Merged Markus Holzer requested to merge holzer/lbmpy:Integration_pipeline into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -97,7 +97,7 @@ pycodegen-integration:
@@ -97,7 +97,7 @@ pycodegen-integration:
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full
stage: test
stage: test
when: manual
when: manual
allow_failure: false
allow_failure: true
script:
script:
- git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@i10git.cs.fau.de/pycodegen/pycodegen.git
- git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@i10git.cs.fau.de/pycodegen/pycodegen.git
- cd pycodegen
- cd pycodegen
Loading