diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 319b153fcb5c511aedd0597797d01641e99fa9ec..78af5997cc6dec729903f58a278a5753453991c2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,6 @@
 variables:
   osname: apertis
-  release: "v2021pre"
+  release: "v2021"
 
 include:
   - /gitlab-ci/update-test-binaries.yaml
diff --git a/Jenkinsfile b/Jenkinsfile
index 5051ffcc5fcf007f3291b0fdf78e14f30c189347..1097d47ea059ce758c2cb6409285b0852181d1b3 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1,6 +1,6 @@
 pipeline {
   environment {
-      release = "v2021pre"
+      release = "v2021"
       branch = "apertis/${release}"
   }