Skip to content
Snippets Groups Projects
Commit 6cb56920 authored by Hottlet Valentin's avatar Hottlet Valentin
Browse files

Add Docker network configuration to test scripts

parent f05bc272
No related branches found
No related tags found
1 merge request!8Tests docker
......@@ -81,62 +81,62 @@ tests-analysis-classify:
tests-analysis-homology:
stage: watir:tests-analysis
script:
- docker run --rm -v "$PWD:/pampa_web" -w /pampa_web watir-test-image ruby tests/watir/analysis/analysis_homology.rb
- docker run --rm --network pampa_web_default -v "$PWD:/pampa_web" -w /pampa_web watir-test-image ruby tests/watir/analysis/analysis_homology.rb
tags:
- val
tests-analysis-fillin:
stage: watir:tests-analysis
script:
- docker run --rm -v "$PWD:/pampa_web" -w /pampa_web watir-test-image ruby tests/watir/analysis/analysis_fillin.rb
- docker run --rm --network pampa_web_default -v "$PWD:/pampa_web" -w /pampa_web watir-test-image ruby tests/watir/analysis/analysis_fillin.rb
tags:
- val
tests-analysis-allpeptides:
stage: watir:tests-analysis
script:
- docker run --rm -v "$PWD:/pampa_web" -w /pampa_web watir-test-image ruby tests/watir/analysis/analysis_allpeptides.rb
- docker run --rm --network pampa_web_default -v "$PWD:/pampa_web" -w /pampa_web watir-test-image ruby tests/watir/analysis/analysis_allpeptides.rb
tags:
- val
tests-analysis-result:
stage: watir:tests-analysis
script:
- docker run --rm -v "$PWD:/pampa_web" -w /pampa_web watir-test-image ruby tests/watir/analysis/analysis_result.rb
- docker run --rm --network pampa_web_default -v "$PWD:/pampa_web" -w /pampa_web watir-test-image ruby tests/watir/analysis/analysis_result.rb
tags:
- val
tests-errors-homology:
stage: watir:tests-errors
script:
- docker run --rm -v "$PWD:/pampa_web" -w /pampa_web watir-test-image ruby tests/watir/errors/error_homology.rb
- docker run --rm --network pampa_web_default -v "$PWD:/pampa_web" -w /pampa_web watir-test-image ruby tests/watir/errors/error_homology.rb
tags:
- val
tests-errors-classify:
stage: watir:tests-errors
script:
- docker run --rm -v "$PWD:/pampa_web" -w /pampa_web watir-test-image ruby tests/watir/errors/error_classify.rb
- docker run --rm --network pampa_web_default -v "$PWD:/pampa_web" -w /pampa_web watir-test-image ruby tests/watir/errors/error_classify.rb
tags:
- val
tests-errors-fillin:
stage: watir:tests-errors
script:
- docker run --rm -v "$PWD:/pampa_web" -w /pampa_web watir-test-image ruby tests/watir/errors/error_fillin.rb
- docker run --rm --network pampa_web_default -v "$PWD:/pampa_web" -w /pampa_web watir-test-image ruby tests/watir/errors/error_fillin.rb
tags:
- val
tests-errors-allpeptides:
stage: watir:tests-errors
script:
- docker run --rm -v "$PWD:/pampa_web" -w /pampa_web watir-test-image ruby tests/watir/errors/error_allpeptides.rb
- docker run --rm --network pampa_web_default -v "$PWD:/pampa_web" -w /pampa_web watir-test-image ruby tests/watir/errors/error_allpeptides.rb
tags:
- val
tests-errors-result:
stage: watir:tests-errors
script:
- docker run --rm -v "$PWD:/pampa_web" -w /pampa_web watir-test-image ruby tests/watir/errors/error_result.rb
- docker run --rm --network pampa_web_default -v "$PWD:/pampa_web" -w /pampa_web watir-test-image ruby tests/watir/errors/error_result.rb
tags:
- val
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment