diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8b0839f61e2e9d82369f23ec68cf20c6b385f5ec..4408e53bbd86fce56149bf10ac57fa3ae1f5f229 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,9 +13,9 @@ build-intel:
     - source cpp_sisso_env/bin/activate
     - mkdir build_intel/
     - cd build_intel/
-    - export I_MPI_ROOT=/home/runner/intel/oneapi/mpi/2021.1-beta10/
-    - export INTEL_COMP_ROOT=/home/runner/intel/oneapi/compiler/2021.1-beta10/linux/
-    - export MKLROOT=/home/runner/intel/oneapi/mkl/2021.1-beta10/
+    - export I_MPI_ROOT=/home/runner/intel/oneapi/mpi/latest/
+    - export INTEL_COMP_ROOT=/home/runner/intel/oneapi/compiler/latest/linux/
+    - export MKLROOT=/home/runner/intel/oneapi/mkl/latest/
     - export LD_LIBRARY_PATH=$I_MPI_ROOT/lib/:$I_MPI_ROOT/lib/release:$MKLROOT/lib/intel64:$INTEL_COMP_ROOT/lib/:$INTEL_COMP_ROOT/compiler/lib/intel64/:$LD_LIBRARY_PATH:$HOME/intel/oneapi/intelpython/latest/lib/:$HOME/intel/oneapi/intelpython/latest/lib/python3.7
     - export PYTHONPATH=$HOME/intel/oneapi/intelpython/latest/lib/python3.7/site-packages/:cpp_sisso_env/lib/python3.7/site-packages/
     - export PATH=$INTEL_COMP_ROOT/bin/:$INTEL_COMP_ROOT/bin/intel64:$I_MPI_ROOT/bin:$PATH
@@ -44,9 +44,9 @@ test-intel-py:
     - build-intel
   script:
     - source cpp_sisso_env/bin/activate
-    - export I_MPI_ROOT=/home/runner/intel/oneapi/mpi/2021.1-beta10/
-    - export INTEL_COMP_ROOT=/home/runner/intel/oneapi/compiler/2021.1-beta10/linux/
-    - export MKLROOT=/home/runner/intel/oneapi/mkl/2021.1-beta10/
+    - export I_MPI_ROOT=/home/runner/intel/oneapi/mpi/latest/
+    - export INTEL_COMP_ROOT=/home/runner/intel/oneapi/compiler/latest/linux/
+    - export MKLROOT=/home/runner/intel/oneapi/mkl/latest/
     - export LD_LIBRARY_PATH=$I_MPI_ROOT/lib/:$I_MPI_ROOT/lib/release:$MKLROOT/lib/intel64:$INTEL_COMP_ROOT/lib/:$INTEL_COMP_ROOT/compiler/lib/intel64/:$LD_LIBRARY_PATH:$HOME/intel/oneapi/intelpython/latest/lib/:$HOME/intel/oneapi/intelpython/latest/lib/python3.7
     - export PYTHONPATH=$HOME/intel/oneapi/intelpython/latest/lib/python3.7/site-packages/:cpp_sisso_env/lib/python3.7/site-packages/
     - export PATH=$INTEL_COMP_ROOT/bin/:$INTEL_COMP_ROOT/bin/intel64:$I_MPI_ROOT/bin:$PATH
@@ -60,9 +60,9 @@ test-intel-googletest:
     - build-intel
   script:
     - source cpp_sisso_env/bin/activate
-    - export I_MPI_ROOT=/home/runner/intel/oneapi/mpi/2021.1-beta10/
-    - export INTEL_COMP_ROOT=/home/runner/intel/oneapi/compiler/2021.1-beta10/linux/
-    - export MKLROOT=/home/runner/intel/oneapi/mkl/2021.1-beta10/
+    - export I_MPI_ROOT=/home/runner/intel/oneapi/mpi/latest/
+    - export INTEL_COMP_ROOT=/home/runner/intel/oneapi/compiler/latest/linux/
+    - export MKLROOT=/home/runner/intel/oneapi/mkl/latest/
     - export LD_LIBRARY_PATH=$I_MPI_ROOT/lib/:$I_MPI_ROOT/lib/release:$MKLROOT/lib/intel64:$INTEL_COMP_ROOT/lib/:$INTEL_COMP_ROOT/compiler/lib/intel64/:$LD_LIBRARY_PATH:$HOME/intel/oneapi/intelpython/latest/lib/:$HOME/intel/oneapi/intelpython/latest/lib/python3.7
     - export PYTHONPATH=$HOME/intel/oneapi/intelpython/latest/lib/python3.7/site-packages/:cpp_sisso_env/lib/python3.7/site-packages/
     - export PATH=$INTEL_COMP_ROOT/bin/:$INTEL_COMP_ROOT/bin/intel64:$I_MPI_ROOT/bin:$PATH
@@ -76,9 +76,9 @@ test-intel-bin:
     - build-intel
   script:
     - source cpp_sisso_env/bin/activate
-    - export I_MPI_ROOT=/home/runner/intel/oneapi/mpi/2021.1-beta10/
-    - export INTEL_COMP_ROOT=/home/runner/intel/oneapi/compiler/2021.1-beta10/linux/
-    - export MKLROOT=/home/runner/intel/oneapi/mkl/2021.1-beta10/
+    - export I_MPI_ROOT=/home/runner/intel/oneapi/mpi/latest/
+    - export INTEL_COMP_ROOT=/home/runner/intel/oneapi/compiler/latest/linux/
+    - export MKLROOT=/home/runner/intel/oneapi/mkl/latest/
     - export LD_LIBRARY_PATH=$I_MPI_ROOT/lib/:$I_MPI_ROOT/lib/release:$MKLROOT/lib/intel64:$INTEL_COMP_ROOT/lib/:$INTEL_COMP_ROOT/compiler/lib/intel64/:$LD_LIBRARY_PATH:$HOME/intel/oneapi/intelpython/latest/lib/:$HOME/intel/oneapi/intelpython/latest/lib/python3.7
     - export PYTHONPATH=$HOME/intel/oneapi/intelpython/latest/lib/python3.7/site-packages/:cpp_sisso_env/lib/python3.7/site-packages/
     - export PATH=$INTEL_COMP_ROOT/bin/:$INTEL_COMP_ROOT/bin/intel64:$I_MPI_ROOT/bin:$PATH