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

Update CI pipeline tags

parent 56012135
No related branches found
No related tags found
1 merge request!8Tests docker
Pipeline #4941 passed
......@@ -13,7 +13,6 @@ build-job:
- docker compose up --build -d
- until curl -sf --retry 10 --retry-delay 5 http://localhost/pampa/; do sleep 5; done
tags:
- val
- gavroche
build-image:
......@@ -21,7 +20,6 @@ build-image:
script:
- docker build -f Dockerfile.test -t watir-test-image .
tags:
- val
- gavroche
tests-page-home:
......@@ -29,7 +27,6 @@ tests-page-home:
script:
- docker run --rm --network pampa_web_default -v "$PWD:/pampa_web" -w /pampa_web watir-test-image ruby tests/watir/page/page_home.rb
tags:
- val
- gavroche
tests-page-form:
......@@ -37,7 +34,6 @@ tests-page-form:
script:
- docker run --rm --network pampa_web_default -v "$PWD:/pampa_web" -w /pampa_web watir-test-image ruby tests/watir/page/page_classify.rb
tags:
- val
- gavroche
tests-page-help:
......@@ -45,7 +41,6 @@ tests-page-help:
script:
- docker run --rm --network pampa_web_default -v "$PWD:/pampa_web" -w /pampa_web watir-test-image ruby tests/watir/page/page_help.rb
tags:
- val
- gavroche
tests-page-fillin:
......@@ -53,7 +48,6 @@ tests-page-fillin:
script:
- docker run --rm --network pampa_web_default -v "$PWD:/pampa_web" -w /pampa_web watir-test-image ruby tests/watir/page/page_fillin.rb
tags:
- val
- gavroche
tests-page-homology:
......@@ -61,7 +55,6 @@ tests-page-homology:
script:
- docker run --rm --network pampa_web_default -v "$PWD:/pampa_web" -w /pampa_web watir-test-image ruby tests/watir/page/page_homology.rb
tags:
- val
- gavroche
tests-page-allpeptides:
......@@ -69,7 +62,6 @@ tests-page-allpeptides:
script:
- docker run --rm --network pampa_web_default -v "$PWD:/pampa_web" -w /pampa_web watir-test-image ruby tests/watir/page/page_allpeptides.rb
tags:
- val
- gavroche
tests-page-result:
......@@ -77,7 +69,6 @@ tests-page-result:
script:
- docker run --rm --network pampa_web_default -v "$PWD:/pampa_web" -w /pampa_web watir-test-image ruby tests/watir/page/page_result.rb
tags:
- val
- gavroche
tests-page-selection:
......@@ -85,7 +76,6 @@ tests-page-selection:
script:
- docker run --rm --network pampa_web_default -v "$PWD:/pampa_web" -w /pampa_web watir-test-image ruby tests/watir/page/page_selection.rb
tags:
- val
- gavroche
tests-page-deamidation:
......@@ -93,7 +83,6 @@ tests-page-deamidation:
script:
- docker run --rm --network pampa_web_default -v "$PWD:/pampa_web" -w /pampa_web watir-test-image ruby tests/watir/page/page_deamidation.rb
tags:
- val
- gavroche
tests-analysis-classify:
......@@ -101,7 +90,6 @@ tests-analysis-classify:
script:
- docker run --rm --network pampa_web_default -v "$PWD:/pampa_web" -w /pampa_web watir-test-image ruby tests/watir/analysis/analysis_classify.rb
tags:
- val
- gavroche
tests-analysis-homology:
......@@ -109,7 +97,6 @@ tests-analysis-homology:
script:
- 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
- gavroche
tests-analysis-fillin:
......@@ -117,7 +104,6 @@ tests-analysis-fillin:
script:
- 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
- gavroche
tests-analysis-allpeptides:
......@@ -125,14 +111,13 @@ tests-analysis-allpeptides:
script:
- 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
- gavroche
tests-analysis-result:
stage: watir:tests-analysis
script:
- 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
- gavroche
tests-analysis-deamidation:
......@@ -140,7 +125,6 @@ tests-analysis-deamidation:
script:
- docker run --rm --network pampa_web_default -v "$PWD:/pampa_web" -w /pampa_web watir-test-image ruby tests/watir/analysis/analysis_deamidation.rb
tags:
- val
- gavroche
tests-analysis-selection:
......@@ -148,7 +132,6 @@ tests-analysis-selection:
script:
- docker run --rm --network pampa_web_default -v "$PWD:/pampa_web" -w /pampa_web watir-test-image ruby tests/watir/analysis/analysis_selection.rb
tags:
- val
- gavroche
......@@ -157,7 +140,6 @@ tests-errors-homology:
script:
- 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
- gavroche
tests-errors-classify:
......@@ -165,7 +147,6 @@ tests-errors-classify:
script:
- 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
- gavroche
tests-errors-fillin:
......@@ -173,7 +154,6 @@ tests-errors-fillin:
script:
- 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
- gavroche
tests-errors-allpeptides:
......@@ -181,7 +161,6 @@ tests-errors-allpeptides:
script:
- 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
- gavroche
tests-errors-result:
......@@ -189,5 +168,4 @@ tests-errors-result:
script:
- 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
- gavroche
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment