diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 937cd7096e8bdffc3a65316b67f5b815eee66619..a3ef7cae030ad782b9212c381e717a9beedb258a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -30,11 +30,11 @@ build_production:
         - cp _layouts/presentation_production.html _layouts/presentation.html
         - bundle exec jekyll build -d public
     variables:
-        quarter: 23sp
-        course: csep599w
+        quarter: 23fa
+        course: cse493
         source_path: public
     only:
-        - QACCESS-23sp
+        - UACCESS-23fa
     artifacts:
         paths:
             - public/
@@ -48,11 +48,11 @@ pre_deploy_production:
     script:
         - /www/utils/deploycourseweb.sh
     variables:
-        quarter: 23sp
-        course: cse599w
+        quarter: 23fap
+        course: cse493
         source_path: public
     only:
-        - QACCESS-23sp
+        - UACCESS-23fa
 
 generate_pdf:
     stage: generatepdf
@@ -65,11 +65,11 @@ generate_pdf:
         - bundle install --path vendor
         - script/deployslidepdf
     variables:
-        quarter: 23sp
-        course: cse599w
+        quarter: 23fa
+        course: cse493
         source_path: public
     only:
-        - QACCESS-23sp
+        - UACCESS-23fa
     artifacts:
         paths:
             - public/
@@ -83,8 +83,8 @@ after_deploy_production:
     script:
         - /www/utils/deploycourseweb.sh
     variables:
-        quarter: 23sp
-        course: cse599w
+        quarter: 23fa
+        course: cse493
         source_path: public
     only:
-        - QACCESS-23sp
+        - UACCESS-23fa