Bugfix: discover all tests in tests-dir

This commit is contained in:
Lukas Klass 2020-09-09 16:53:47 +02:00
parent 31714c9235
commit a5cae0e337
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -1,7 +1,7 @@
pipeline {
agent none
environment {
TEST_DIR = 'test'
TEST_DIR = 'tests'
SPHINX_DIR = 'docs'
BUILD_DIR = 'build/html'
SOURCE_DIR = 'source'