diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 345e4f6d2e5fa13efcf898105b59fa05eeb83ada..27efb5352430f03f354385b2143b1a9b9aaa5937 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,10 +16,6 @@ before_script:
   - duneci-install-module https://gitlab.dune-project.org/core/dune-geometry.git
   - duneci-install-module https://gitlab.dune-project.org/staging/dune-uggrid.git
 
-# variables:
-  # Alberta + python bindings fail at the moment with linker error
-  # DUNECI_CMAKE_FLAGS: '-DCMAKE_DISABLE_FIND_PACKAGE_Alberta=TRUE'
-
 # Check for spelling mistakes in text
 code-spelling-check:
   stage: .pre