From e8d21882fbc650a06aeec7bcebab09272e9e359e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20P=C3=A9pin?= Date: Mon, 13 Feb 2017 17:33:35 +0100 Subject: [PATCH] Fix CI config cleanup is not a stage by default, it has to be specified --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 49023161..6d83b070 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,6 +34,10 @@ before_script: -e "GRANT ALL ON test_$DBNAME.* TO '$DBUSER'@'%'" - pip install --cache-dir vendor/pip -t vendor/python -r requirements-devel.txt +stages: + - test + - cleanup + test: stage: test script: