diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 609f2c36b763f2eb341d34a8177018ddcc179d5f..8ca8399cda6fc4d51989286addb301d5ea8fe6c3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,7 @@ stages:
 
 build_linux:
   stage: build
-  image: rust:slim-buster
+  image: rust:buster
   script:
      # Build the project for Linux
     - cargo build --release
@@ -25,8 +25,6 @@ build_linux:
     paths:
       - target/release
       - target/debian
-  only:
-    - tags
 
 build_macos:
   stage: build
@@ -56,8 +54,6 @@ build_macos:
     key: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"
     paths:
       - target/macos
-  only:
-    - tags
 
 release:
   stage: release