diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f2f4ff752e75ce086dedd8b4ff720d89163db489..96e468c51042497d137a371eb847375ea65d387f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -67,7 +67,7 @@ Python 3 Conda:
   - linux
   - large-node
   script: |
-    CONDA_ENVIRONMENT=.test-conda-env.yml
+    CONDA_ENVIRONMENT=.test-conda-env-py3.yml
     curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project-within-miniconda.sh
 
     # Shut up ibverbs about fork(), e.g. https://gitlab.tiker.net/inducer/grudge/-/jobs/220796
@@ -80,7 +80,7 @@ Python 3 Conda Examples:
   - linux
   - large-node
   script: |
-    CONDA_ENVIRONMENT=.test-conda-env.yml
+    CONDA_ENVIRONMENT=.test-conda-env-py3.yml
     curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/ci-support.sh
     . ci-support.sh
     build_py_project_in_conda_env