Skip to content

Commit 07c71a3

Browse files
committed
Adjust tests.
1 parent 7e5e98d commit 07c71a3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitlab-ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ lint:
105105
script:
106106
- export DHI_EXAMPLE_CARDS_BASE="${PWD}/data/examplecards"
107107
- source setup.sh
108+
- law index
108109
- export TEST_CMD="law run test.TestPlots --version "ci_${CI_COMMIT_SHORT_SHA}" --plots ${TEST_PLOTS} --campaign \"CI ${CI_COMMIT_SHORT_SHA}\" --file-types png,pdf ${PARAMETERS}"
109110
- echo "running command '${TEST_CMD}'"
110111
- eval "${TEST_CMD}"

bin/law

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../modules/law/bin/law3

0 commit comments

Comments
 (0)