fix: enable tests back
This commit is contained in:
parent
8e0131b3a8
commit
07fc1cf000
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user