From 43ab5d9a6060fff84a01e3751bef929a49959078 Mon Sep 17 00:00:00 2001 From: Lars Beckers <lars.beckers@rwth-aachen.de> Date: Sat, 22 Feb 2020 18:58:09 +0100 Subject: [PATCH] fix path in gitlab CI config --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f713d55..7530771 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,5 +11,5 @@ stages: test: stage: test script: - - "python3 -m py_compile *.py" + - "python3 -m py_compile oxldapsync/*.py" - flake8 . -- GitLab