From 66c78da0c2db93f74091ee4bbe6d0ed84bf4e9b7 Mon Sep 17 00:00:00 2001 From: erik Date: Wed, 12 Jul 2023 14:45:09 +0200 Subject: [PATCH] Install linting tools in linting stage --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6d7e372..d9e00b1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,6 +16,7 @@ stages: lint: stage: lint&test script: + - pip install -r dev_requirements.txt - pyb lint pytest: