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