diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ed89202e..8297d632 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -72,18 +72,6 @@ build_reference: variables: - $PKG_ONLY == "1" -test_lintian: - stage: test - needs: - - job: build_deb - artifacts: true - script: - - apt-get -y install lintian - - lintian *.deb - except: - variables: - - $PKG_ONLY == "1" - test: stage: test needs: