diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cf560ec..9ea8e64 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,7 +44,7 @@ production: test: stage: test - image: registry.orr.noaa.gov/erd/centos-conda + image: registry.orr.noaa.gov/erd/centos-conda/centos7-python3 script: - conda install --file conda_requirements.txt - python setup.py install