From 8afd56c8216c63eb167069ae32df8f638d6af22f Mon Sep 17 00:00:00 2001
From: Bastien Abadie <bastien@nextcairn.com>
Date: Fri, 27 Nov 2020 09:52:24 +0100
Subject: [PATCH] Use master branch from ponos.

This reverts commit 2c1fd4a2feeb10f527742c0f8e780b05825eba92.
---
 .gitlab-ci.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 902c0ba77a..26be84387e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -141,8 +141,6 @@ 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:
@@ -165,8 +163,6 @@ 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:
-- 
GitLab