diff options
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f01074e..210f17a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ stages: - "pwd; git describe" - build-build-package # Test the package with lintian - - build-test-lintian --fail-on-warnings + - build-test-lintian - upload-package # sleep 1h to allow debugging of running container #- sleep 3600 |