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

2
Jenkinsfile vendored
View File

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