From 07fc1cf00040e6e1b871a3b2081104db7fa028f0 Mon Sep 17 00:00:00 2001 From: Swann Date: Tue, 27 Jul 2021 11:08:57 +0200 Subject: [PATCH] fix: enable tests back --- .gitlab-ci.yml | 4 ++-- .gitlab/ci/build.gitlab-ci.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3ee6e70..c7c6485 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ stages: - # - test + - test - build - deploy - doc @@ -7,7 +7,7 @@ stages: include: - # - local: .gitlab/ci/test.gitlab-ci.yml + - local: .gitlab/ci/test.gitlab-ci.yml - local: .gitlab/ci/build.gitlab-ci.yml - local: .gitlab/ci/deploy.gitlab-ci.yml - local: .gitlab/ci/doc.gitlab-ci.yml diff --git a/.gitlab/ci/build.gitlab-ci.yml b/.gitlab/ci/build.gitlab-ci.yml index 8bac762..d040c10 100644 --- a/.gitlab/ci/build.gitlab-ci.yml +++ b/.gitlab/ci/build.gitlab-ci.yml @@ -1,6 +1,6 @@ build: stage: build - # needs: ["test"] + needs: ["test"] image: debian:stable-slim script: - rm -rf tests .git .gitignore script