From fe4e94e1a7a81fb45f74dc501336cc99858fc997 Mon Sep 17 00:00:00 2001
From: Jason Hiser <jdhiser@gmail.com>
Date: Fri, 12 Jul 2019 14:58:23 -0400
Subject: [PATCH] added xform on x86 for arm binaries, and testing of said arm
 binaries on x86-64 boxes

---
 .gitlab-ci.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f6595c476..0b233050d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -139,7 +139,7 @@ protect-bins-centos76:
 #
 # gather artifacts and ship them tox 86 boxes
 #
-test_arm_bins: &test_arm_bins
+.test_arm_bins: &test_arm_bins
         stage: test
         script:
             - ./cicd_testing/do-test-bins.sh
@@ -148,13 +148,13 @@ test_arm_bins: &test_arm_bins
             paths:
                 - artifacts/
 
-gather-bins-arm32:
-        <<: *prot_bins
+test-bins-arm32:
+        <<: *testtest_arm_bins
         tags:
             - arm32
 
-gather-bins-arm64:
-        <<: *prot_bins
+test-bins-arm64:
+        <<: *test_arm_bins
         tags:
             - arm64
 
-- 
GitLab