diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5cc6eb7a3ebf70b288bfc998be57cc0abc4cc514..9173f4ff31d49044eef7aa28f3aa7788b28c0959 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -# - Freeze python version +# - Fail again on linitan errors once current ones are fixed # - Package after testing, not before # stages: @@ -52,5 +52,5 @@ package:amd64_jessie: ARCH: "amd64" DIST: "jessie" # Don't try to freeze the python version - #PRE_COMMIT_CMD: "/bin/true" + PRE_COMMIT_CMD: "/bin/true" <<: *job_definition