forked from meissa/ModeratorElection
Run test as build just for testing gitlab-ci
This commit is contained in:
parent
b84faf0ae3
commit
e1fa9d8c25
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
stages:
|
||||
- build_and_test
|
||||
# - build
|
||||
# - build_and_test
|
||||
- build
|
||||
# - test
|
||||
# - package
|
||||
# - security
|
||||
|
@ -51,7 +51,7 @@ stages:
|
|||
build-image:
|
||||
<<: *img
|
||||
#<<: *tag_only
|
||||
stage: build
|
||||
stage: test
|
||||
script:
|
||||
- pyb image
|
||||
|
||||
|
@ -59,7 +59,7 @@ test:
|
|||
image: "domaindrivenarchitecture/ddadevops-python:latest"
|
||||
#<<: *img
|
||||
#<<: *tag_only
|
||||
stage: build_and_test
|
||||
stage: build
|
||||
script:
|
||||
- apt-get update
|
||||
- apt-get -qqy upgrade
|
||||
|
|
Loading…
Reference in a new issue