From 095bf5037b33bbc9cf38a93b56fb4cfc9cef2fba Mon Sep 17 00:00:00 2001
From: Marcin Kirsz <marcin.kirsz@ed.ac.uk>
Date: Mon, 6 Jan 2025 11:59:38 +0000
Subject: [PATCH] Update .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5134283..a171a30 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -44,7 +44,7 @@ build_release_static:
     - make -j ${CPU_BUILD}
 
 test_tadah_lammps:
-  stage: build_debug
+  stage: test_tadah_lammps
   script:
     - mkdir -p ~/opt
     - git clone --depth 1  https://github.com/lammps/lammps.git ~/opt/lammps
-- 
GitLab