From 71bb35d59540914b83d27ba2c11b72abbf2bd194 Mon Sep 17 00:00:00 2001
From: Malte Nyhuis <nyhuis@tfd.uni-hannover.de>
Date: Thu, 4 Aug 2022 23:45:14 +0200
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0ff4a9ef..5ca94b9d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -52,8 +52,8 @@ lint-test-job:   # This job also runs in the test stage.
   script:
     - pip install flake8 pytest
     - ls
-    - flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics --exclude='venv'
-    - flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics   --exclude='venv'
+    - flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics --exclude='venv/'
+    - flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics   --exclude='venv/'
 
 deploy-job:      # This job runs in the deploy stage.
   stage: deploy  # It only runs when *both* jobs in the test stage complete successfully.
-- 
GitLab