From 56cefe89e4ba147b6bfaaa28dfe452fa2bd11f9d Mon Sep 17 00:00:00 2001
From: Eleni Mathioulaki <emathioulaki@athenarc.gr>
Date: Tue, 24 Jan 2023 00:16:58 +0100
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f8ad4f14..48d97b2f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,5 @@
 stages:
   - build
-  - sync
 
 variables:
   SPACK_VERSION: v0.18.1
@@ -204,7 +203,7 @@ build-spack-env-on-runner:
 
 
 sync-gitlab-spack-instance:
-  stage: sync
+  stage: build
   tags:
     - docker-runner
     - read-write
-- 
GitLab