From 115de87b1bae9110fa5bf0de875a937f4eae3ba9 Mon Sep 17 00:00:00 2001
From: joshemb <josh@elixxir.io>
Date: Thu, 16 Feb 2023 10:01:56 -0800
Subject: [PATCH] Validate gitlab-ci (attempt #3)

---
 .gitlab-ci.yml | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1b1d8f2..d20ab87 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -67,12 +67,12 @@ installbinaries:
     when: always
     expire_in: '1 day'
     paths:
-     - bin/
+      - bin/
 
 basice2e:
   stage: tests
   tags:
-    # - gpu
+  # - gpu
   image: $DOCKER_IMAGE
   script:
     - mkdir -p ~/.elixxir
@@ -97,13 +97,13 @@ basice2e:
     when: always
     expire_in: '1 day'
     paths:
-     - basice2e/
-     - bin/
+      - basice2e/
+      - bin/
 
 channels:
   stage: tests
   tags:
-   - gpu
+    - gpu
   image: $DOCKER_IMAGE
   script:
     - mkdir -p ~/.elixxir
@@ -145,8 +145,8 @@ basice2e_protonet:
     when: always
     expire_in: '1 day'
     paths:
-     - basice2e/
-     - bin/
+      - basice2e/
+      - bin/
   only:
     #  When merging in projects that need to be deployed, this field will have to
     #  be TEMPORARILY changed to master until deployment is completed. BE SURE TO REVERT
@@ -184,8 +184,8 @@ smokeinfra:
     when: always
     expire_in: '1 day'
     paths:
-     - smokeinfra/results/
-     - bin/
+      - smokeinfra/results/
+      - bin/
 
 
 smokeinfraBatch4:
@@ -203,8 +203,8 @@ smokeinfraBatch4:
     when: always
     expire_in: '1 day'
     paths:
-     - smokeinfra/results/
-     - bin/
+      - smokeinfra/results/
+      - bin/
 
 # smokeinfraBatch1:
 #   stage: tests
-- 
GitLab