From d527f02ed4d46c7e8e3501acc86a93f510b3e8a3 Mon Sep 17 00:00:00 2001 From: Oscar Gustafsson <oscar.gustafsson@gmail.com> Date: Tue, 21 Jun 2022 16:08:12 +0200 Subject: [PATCH] Skip code quality for now --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 04c0650b..f3b0a522 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,5 @@ image: python:3.6 -include: - - template: Code-Quality.gitlab-ci.yml - stages: - test -- GitLab