Skip to content

Commit 988a9dc

Browse files
committed
Use templatized tests in CI
1 parent 0f769d9 commit 988a9dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ pytest:
3737
- .rules_pytest
3838
- .pytest_tags
3939
variables:
40-
CI_EOREADER_USE_S3: "1"
40+
CI_EOREADER_USE_S3: "0"
4141
EOREADER_USE_DASK: "1"
4242
PATH_TO_TEST: ci/on_push
4343
COV: eoreader
@@ -49,7 +49,7 @@ pytest_s3:
4949
- .rules_pytest
5050
- .pytest_tags
5151
variables:
52-
CI_EOREADER_USE_S3: "0"
52+
CI_EOREADER_USE_S3: "1"
5353
EOREADER_USE_DASK: "1"
5454
PATH_TO_TEST: ci/on_push
5555
COV: eoreader

0 commit comments

Comments
 (0)