diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 181964b7beb54653ebf069e12284094c8b10f16f..ae6f472298fc4e90b74374ddb4ef26812d6cce1e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,6 +17,8 @@ variables:
   cache: {}
   image: ${DEVOPS_REGISTRY}usgs/conda:latest
   script:
+    # Add conda to path
+    - source /etc/profile.d/conda.sh
     # Install Project Dependencies
     - conda config --add channels conda-forge
     - conda install python=${PYTHON_VERSION} obspy pycurl