From 7e6751f60d7e4a020578ab087c3627b39f33bc53 Mon Sep 17 00:00:00 2001 From: Marcel Nijenhof Date: Tue, 8 Sep 2020 14:41:06 +0200 Subject: [PATCH] Aanpassing drone pipeline test stap --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 17e6c59..93c9a28 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,8 +9,10 @@ platform: steps: - name: Run unit test + environment: + PYTHONPATH: . commands: - - python -m unittest lmwsip + - python test/__init__.py - name: Build package files commands: