fix: enable tests back
This commit is contained in:
parent
8e0131b3a8
commit
07fc1cf000
@ -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
|
||||
|
@ -1,6 +1,6 @@
|
||||
build:
|
||||
stage: build
|
||||
# needs: ["test"]
|
||||
needs: ["test"]
|
||||
image: debian:stable-slim
|
||||
script:
|
||||
- rm -rf tests .git .gitignore script
|
||||
|
Loading…
Reference in New Issue
Block a user