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:
|
stages:
|
||||||
- build_and_test
|
# - build_and_test
|
||||||
# - build
|
- build
|
||||||
# - test
|
# - test
|
||||||
# - package
|
# - package
|
||||||
# - security
|
# - security
|
||||||
|
@ -51,7 +51,7 @@ stages:
|
||||||
build-image:
|
build-image:
|
||||||
<<: *img
|
<<: *img
|
||||||
#<<: *tag_only
|
#<<: *tag_only
|
||||||
stage: build
|
stage: test
|
||||||
script:
|
script:
|
||||||
- pyb image
|
- pyb image
|
||||||
|
|
||||||
|
@ -59,7 +59,7 @@ test:
|
||||||
image: "domaindrivenarchitecture/ddadevops-python:latest"
|
image: "domaindrivenarchitecture/ddadevops-python:latest"
|
||||||
#<<: *img
|
#<<: *img
|
||||||
#<<: *tag_only
|
#<<: *tag_only
|
||||||
stage: build_and_test
|
stage: build
|
||||||
script:
|
script:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get -qqy upgrade
|
- apt-get -qqy upgrade
|
||||||
|
|
Loading…
Reference in a new issue