diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8cfaef990f3473041d00f79398cedaed05b5dbfa..172cdeef49c728b327f1bc5cf0fb7de817aab5cf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,19 +6,9 @@
 
 
 stages:
-  - Test
   - Security
   - QA
 
-
-PHP Lint:
-  stage: Test
-  image: its-registry.unl.edu/unl-its/docker-ci/php-lint:7.0
-  tags:
-    - dockeraa
-  script:
-    - php-lint -d . -e .php -e .phtml
-
 Dependency Check:
   stage: Security
   image: its-registry.unl.edu/unl-its/docker-ci/dependency-check