From 625c28e4ee5b59ab56b250bd2e9dbb5b827d0cc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Sun, 9 Dec 2018 17:09:31 +0100 Subject: [PATCH] Fix CI syntax --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 067838b..ea1d2f9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ image: python:3.7 -steps: +stages: - build - test @@ -17,5 +17,6 @@ build: test: + stage: test script: - python setup.py test \ No newline at end of file + - python setup.py test \ No newline at end of file