forked from meissa/ModeratorElection
Further try to run gitlab-ci
This commit is contained in:
parent
407007bf11
commit
b84faf0ae3
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
stages:
|
||||
# - build_and_test
|
||||
- build_and_test
|
||||
# - build
|
||||
- test
|
||||
# - test
|
||||
# - package
|
||||
# - security
|
||||
# - upload
|
||||
|
@ -59,7 +59,7 @@ test:
|
|||
image: "domaindrivenarchitecture/ddadevops-python:latest"
|
||||
#<<: *img
|
||||
#<<: *tag_only
|
||||
stage: test
|
||||
stage: build_and_test
|
||||
script:
|
||||
- apt-get update
|
||||
- apt-get -qqy upgrade
|
||||
|
|
Loading…
Reference in a new issue