From c8e488c0db1e77800520dd679b2b38c623afc103 Mon Sep 17 00:00:00 2001 From: GotthardG <51994228+GotthardG@users.noreply.github.com> Date: Fri, 13 Dec 2024 15:41:04 +0100 Subject: [PATCH] tentative to add ci pipeline --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ef34089..5b46208 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,7 +31,7 @@ lint: script: - source $VIRTUAL_ENV/bin/activate - pip install flake8 - - flake8 app/ # Run linting for code quality + - flake8 backend/ # Run linting for code quality deploy: stage: deploy