From cf4cabfa18ec4bcf1f44065b3eff64e3db1fe47c Mon Sep 17 00:00:00 2001
From: Lan Dam <ldam@passcal.nmt.edu>
Date: Thu, 17 Jun 2021 12:04:18 -0600
Subject: [PATCH] correct image for flake8

---
 .gitlab-ci.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cd5d3305b..4b6230e31 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,7 +22,7 @@ before_script:
   - pip install -e .[dev]
 
 flake8:
-  image: python 3.8
+  image: python:3.8
   tags:
     - passoft
   stage: Build Env and Test
@@ -53,4 +53,3 @@ python3.9:
   stage: Build Env and Test
   script:
     - python -m unittest
-
-- 
GitLab