diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 26be84387ebb785b0369239ed565bafeff120d02..902c0ba77a39785c8ea26dc9298531ea96c73fac 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -141,6 +141,8 @@ backend-build:
   variables:
     DOCKER_DRIVER: overlay2
     DOCKER_HOST: tcp://docker:2375/
+    # Remove after GPU supports land
+    PONOS_BRANCH: 0.7.3
 
   # Run this on master and tags except base tags and schedules
   rules:
@@ -163,6 +165,8 @@ backend-build-binary:
   variables:
     DOCKER_DRIVER: overlay2
     DOCKER_HOST: tcp://docker:2375/
+    # Remove after GPU supports land
+    PONOS_BRANCH: 0.7.3
 
   # Run this on master and tags except base tags and schedules
   rules: