From ae162c17fb11636393d1741b551a19ada13e69ba Mon Sep 17 00:00:00 2001 From: Hans Fangohr <hans.fangohr@mpsd.mpg.de> Date: Wed, 24 May 2023 10:06:10 +0200 Subject: [PATCH] execute all tests (functionality and style) at the same time triggered by discussion https://gitlab.gwdg.de/mpsd-cs/mpsd-software-environments/-/merge_requests/3#note_803951 --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 88a56bd..478acf5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,6 @@ image: python:latest stages: - - test-style - test before_script: @@ -19,7 +18,7 @@ before_script: style: - stage: test-style + stage: test image: python:latest script: - black --version -- GitLab