diff --git a/tests/API-dhcp/Jenkinsfile b/tests/API-dhcp/Jenkinsfile index 2256754..01256c0 100644 --- a/tests/API-dhcp/Jenkinsfile +++ b/tests/API-dhcp/Jenkinsfile @@ -31,7 +31,7 @@ pipeline { echo 'Create Python venv to work with robotframework' sh ''' python3 -m venv robotframework - source venv/bin/activate + . robotframework/bin/activate pip install -r requirements.txt '''