FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit f1047e1d authored by L. Bower's avatar L. Bower
Browse files

fixing tests

parent cf20c815
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ stages:
.before_script:
before_script:
- BRANCH="lb584_27_11_23"
- BRANCH="main"
- echo "branch - " $BRANCH
- PACKAGES_DIR="$CI_PROJECT_DIR/packages/"
- echo "project dir - " $CI_PROJECT_DIR
......
......@@ -22,8 +22,8 @@ class TestDeposition(BaseDepoTestSuite.DepoTestSuite):
IntegrationTestUtils.TEST_START_DATE = "20221001"
IntegrationTestUtils.TEST_JOB_DIR = "DEPOSITION_" + IntegrationTestUtils.TEST_START_DATE
self.EA_CSV_COUNT = 12
self.ETH_CSV_COUNT = 33
self.EA_CSV_COUNT = 9
self.ETH_CSV_COUNT = 27
self.EA_PNG_COUNT = 3
self.ETH_PNG_COUNT = 6
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment