From 32153190f5217df8586fb863d50c64562698e596 Mon Sep 17 00:00:00 2001 From: Volker Schukai <volker.schukai@schukai.com> Date: Mon, 14 Aug 2023 14:18:23 +0200 Subject: [PATCH] chore: change stages --- .gitlab-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yaml b/.gitlab-ci.yaml index 4ddf72a..39310cd 100644 --- a/.gitlab-ci.yaml +++ b/.gitlab-ci.yaml @@ -16,7 +16,7 @@ variables: stages: - build - - deploy + - test before_script: - nix shell nixpkgs#coreutils-full -c mkdir -p /certs/client/ -- GitLab