diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e712ec52268008d44de5d3e2a780b75873fe70c8..94442e47db4744bedb865045da738b2fe77eb138 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,7 +19,7 @@ build: #This will be executed on every push. With this script the beta image wil
     - sudo docker push gitlab.jonasled.de/jonasled/url_shorter_docker:beta #Push the image onto the Docker registry.
 
 
-build-release: #This will be executed if you oush on master, it makes a new release (latest) image
+build-release: #This will be executed if you push on master, it makes a new release (latest) image
   stage: build
   only:
     - master