Update .gitlab-ci.yml

This commit is contained in:
Daven Savoie 2021-08-24 16:15:35 +00:00
parent fd440429d3
commit ffc54df56a

View File

@ -1,5 +1,7 @@
stages:
- build
- test
#running the bash script in test
build_python_deps:
image: registry.gitlab.com/grassrootseconomics/cic-base-images:python-3.8.6-dev
@ -18,3 +20,17 @@ build_python_deps:
- master
- 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/*