From 150df78250c94e6412cd0cd6947f095083814c1c Mon Sep 17 00:00:00 2001
From: varac <varacanero@zeromail.org>
Date: Wed, 15 Mar 2017 15:28:50 +0100
Subject: [PATCH] Revert "Freeze python version"

This reverts commit caf70a17fee96610e2b7038056a84aa3f1d421e4.
---
 .gitlab-ci.yml | 4 ++--
 1 file 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
-- 
GitLab