From c193cb642dde0d330a2afa44de2e9f29a9652959 Mon Sep 17 00:00:00 2001 From: Sebastian Miller <smiller@7bulls.com> Date: Fri, 8 Jul 2022 14:15:35 +0200 Subject: [PATCH] [CI] Fixed CI script typo --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1babc75..c7cc34c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ variables: stages: # - quality TODO - build - - tests TODO + - tests - deploy # Jobs templates ------------------ -- GitLab