diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 58325963329cf142a57b720e2ffc4ce7b27832ca..ea5eb78bd8323b1dd7199dc5eb91e899b1d98f81 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -108,6 +108,7 @@ style: tags: [docker] stage: style image: $CI_REGISTRY_IMAGE + needs: [] script: - make style allow_failure: true @@ -116,6 +117,7 @@ unittest: tags: [docker] stage: unittest image: $CI_REGISTRY_IMAGE + needs: [] script: - tox