From 2c1fd4a2feeb10f527742c0f8e780b05825eba92 Mon Sep 17 00:00:00 2001
From: Bastien Abadie <bastien@nextcairn.com>
Date: Thu, 19 Nov 2020 17:49:18 +0100
Subject: [PATCH] Use ponos 0.7.3 from gitlab CI

---
 .gitlab-ci.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 26be84387e..902c0ba77a 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:
-- 
GitLab