From b6820534b95dc1c61920784fb82671cdd584e82b Mon Sep 17 00:00:00 2001 From: Antoine Gaudron-desjardins <antoine.gaudrondesjardins@student-cs.fr> Date: Tue, 5 Jul 2022 21:14:58 +0200 Subject: [PATCH] ci --- backend/.gitlab-ci.yml => .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename backend/.gitlab-ci.yml => .gitlab-ci.yml (98%) diff --git a/backend/.gitlab-ci.yml b/.gitlab-ci.yml similarity index 98% rename from backend/.gitlab-ci.yml rename to .gitlab-ci.yml index 1715a7b..15299f9 100644 --- a/backend/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -83,7 +83,7 @@ lint: - source .venv/bin/activate - pip install pylint script: - - pylint --recursive=y ./ + - pylint --recursive=y ./backend format: @@ -93,7 +93,7 @@ format: - source .venv/bin/activate - pip install autopep8 script: - - autopep8 --in-place --recursive . + - autopep8 --in-place --recursive ./backend test: -- GitLab