diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1cf8596705a9092f06c9f5667c013083b747e700..807ebc5287b471d81d858327ccf4deb1d41417d9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,7 +27,7 @@ compile-mandelbrot:
 
 # Stage: compile
 submit-mandelbrot:
-  stage: submit
+  stage: compile
   dependencies:
     - compile-mandelbrot
   script:
@@ -40,16 +40,3 @@ submit-mandelbrot:
   # Keyword for specified branch to run on
   only:
     - master
-
-# Stage: submit
-compile-mandelbrot:
-  stage: build
-  script:
-    - gcc mandelbrot.c
-  artifacts:
-      paths:
-        - a.out
-  tags:
-    - macosx
-  only:
-    - condor