Update .gitlab-ci.yml
This commit is contained in:
parent
fd440429d3
commit
ffc54df56a
@ -1,5 +1,7 @@
|
|||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
|
- test
|
||||||
|
#running the bash script in test
|
||||||
|
|
||||||
build_python_deps:
|
build_python_deps:
|
||||||
image: registry.gitlab.com/grassrootseconomics/cic-base-images:python-3.8.6-dev
|
image: registry.gitlab.com/grassrootseconomics/cic-base-images:python-3.8.6-dev
|
||||||
@ -18,3 +20,17 @@ build_python_deps:
|
|||||||
- master
|
- master
|
||||||
- daven/*
|
- daven/*
|
||||||
|
|
||||||
|
build_python_deps:
|
||||||
|
image: registry.gitlab.com/grassrootseconomics/cic-base-images:python-3.8.6-dev
|
||||||
|
stage: test
|
||||||
|
variables:
|
||||||
|
#CI_DEBUG_TRACE: "true"
|
||||||
|
CIC_PACKAGE_REGISTRY_PROJECT_ID: 27624814
|
||||||
|
script:
|
||||||
|
ls
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
- daven/*
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user