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: stages:
# - test - test
- build - build
- deploy - deploy
- doc - doc
@ -7,7 +7,7 @@ stages:
include: 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/build.gitlab-ci.yml
- local: .gitlab/ci/deploy.gitlab-ci.yml - local: .gitlab/ci/deploy.gitlab-ci.yml
- local: .gitlab/ci/doc.gitlab-ci.yml - local: .gitlab/ci/doc.gitlab-ci.yml

View File

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