From d4da20c480cc25a4ab15a00bf6e632bf60ea0de8 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Tue, 15 Mar 2022 22:27:21 +0000 Subject: Make CI steps sequential --- .gitlab-ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 03f9482..6c232e7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,14 +5,17 @@ stages: - build - test -lint: +check: + stage: lint script: - black --check --diff . -build: +compile: + stage: build script: - make game test: + stage: test script: - make test -- cgit v1.2.3