Commit 0d9c31f4 authored by McDonnell, Marshall's avatar McDonnell, Marshall
Browse files

Update .gitlab-ci.yml file - adds missing stages

parent 54c46fa2
Loading
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -2,6 +2,10 @@ variables:
  GIT_STRATEGY: clone
  CONTAINER_IMAGE_URL: "${ASRP_CONTAINER_IMAGE_REPOSITORY}"

stages:
  - test
  - build

# This import is for the func_rse_docker_* functions
before_script:
  - curl https://code.ornl.gov/rse-deployment/rse-sharables/raw/master/rse-bash-modules.sh -O
@@ -28,9 +32,6 @@ after_script:
  tags:
    - rse-multi-builder




.build_docker_job:
  stage: build
  variables: