diff options
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5cc6eb7a..9173f4ff 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 |