diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fba6bf1..9f73b85 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,6 +28,7 @@ LuaEngine Windows: - "LuaEngineGui.dll" - "LuaEngineIO.dll" - "LuaEngineOS.dll" + needs: [] LuaEngine Debian amd64: stage: runtime @@ -43,6 +44,7 @@ LuaEngine Debian amd64: artifacts: paths: - "luaengine_*.deb" + needs: [] LuaEngine PE Windows: stage: portable @@ -59,6 +61,7 @@ LuaEngine PE Windows: artifacts: paths: - "windows.le" + needs: [] LuaEngine Setup: stage: deploy @@ -74,3 +77,6 @@ LuaEngine Setup: dependencies: - LuaEngine Windows - LuaEngine PE Windows + needs: + - LuaEngine Windows + - LuaEngine PE Windows