fix: enable tests back

This commit is contained in:
Swann 2021-07-27 11:08:57 +02:00
parent 8e0131b3a8
commit 07fc1cf000
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
build:
stage: build
# needs: ["test"]
needs: ["test"]
image: debian:stable-slim
script:
- rm -rf tests .git .gitignore script